aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xhelp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eded0df..df99c9c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p dzen2-${VERSION}
@mkdir -p dzen2-${VERSION}/gadgets
- @cp -R LICENSE Makefile README help config.mk action.h dzen.h ${SRC} dzen2-${VERSION}
+ @cp -R LICENSE Makefile README.dzen README help config.mk action.h dzen.h ${SRC} dzen2-${VERSION}
@cp -R gadgets/Makefile gadgets/config.mk gadgets/README.dbar gadgets/dbar.c dzen2-${VERSION}/gadgets
@tar -cf dzen2-${VERSION}.tar dzen2-${VERSION}
@gzip dzen2-${VERSION}.tar
diff --git a/help b/help
index edde0ac..700b9ee 100755
--- a/help
+++ b/help
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# (c) 2007, by Robert Manea