aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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}