aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:47:59 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-26 18:47:59 +0000
commite5a5085f0b16b00e367b3c0428add2829dd7f7b9 (patch)
tree7263acbe890fbf6105ca221928ea685d6c4fbe60 /Makefile
parentcf9700e84c8fe634cfd0cc80b411291db0c7a550 (diff)
downloaddzen-e5a5085f0b16b00e367b3c0428add2829dd7f7b9.tar.gz
dzen-e5a5085f0b16b00e367b3c0428add2829dd7f7b9.zip
Makefile updates
git-svn-id: http://dzen.googlecode.com/svn/trunk@148 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df99c9c..6b8266e 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,10 @@ dist: clean
@echo creating dist tarball
@mkdir -p dzen2-${VERSION}
@mkdir -p dzen2-${VERSION}/gadgets
+ @mkdir -p dzen2-${VERSION}/bitmaps
@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
+ @cp -R gadgets/Makefile gadgets/config.mk gadgets/README.dbar gadgets/textwidth.c gadgets/README.textwidth gadgets/dbar.c dzen2-${VERSION}/gadgets
+ @cp -R bitmaps/alert.xbm bitmaps/ball.xbm bitmaps/battery.xbm bitmaps/envelope.xbm bitmaps/volume.xbm dzen2-${VERSION}/bitmaps
@tar -cf dzen2-${VERSION}.tar dzen2-${VERSION}
@gzip dzen2-${VERSION}.tar
@rm -rf dzen2-${VERSION}