aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-19 13:24:18 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-19 13:24:18 +0000
commit59c55c4d6187eff9ae1a87bc85a3b4dda3bb9950 (patch)
tree8f1fbccffbcbe6bf661b1533d4fd945d4eb52f47 /Makefile
parente4978330dc81571a625be90d0b88a60f63978f95 (diff)
downloaddzen-59c55c4d6187eff9ae1a87bc85a3b4dda3bb9950.tar.gz
dzen-59c55c4d6187eff9ae1a87bc85a3b4dda3bb9950.zip
use bash instead of sh for the help script
git-svn-id: http://dzen.googlecode.com/svn/trunk@132 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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