aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-15 11:01:42 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-15 11:01:42 +0000
commit156afa81bd0e68d856cb29802426f5cfa7e6e616 (patch)
tree51c77aeb6fa9fa15c8d02b5f14af4d4b604948b2 /Makefile
parent6f1e53123f1aaec7f41ec7bc8ccffc499692ae76 (diff)
downloaddzen-156afa81bd0e68d856cb29802426f5cfa7e6e616.tar.gz
dzen-156afa81bd0e68d856cb29802426f5cfa7e6e616.zip
changed Makefile to be aware of the gadgets
added install rule to gadgets' Makefile updated TODO and README git-svn-id: http://dzen.googlecode.com/svn/trunk@123 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc5ead8..eded0df 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,9 @@ clean:
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 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
@rm -rf dzen2-${VERSION}