aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86c1ce4..45d67c6 100644
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,12 @@ rootsnap:
do ( if [ -d $$i ] ; then tar -X $$i/$$i-test.exclude -rf \
$(ALLSRC_TAR) test/$$i/* ; fi ) ; done
@for i in $(RELEASE_DIRS) ; \
+ do ( if [ -d $$i ] ; then tar -T $$i/$$i-help.include -rf \
+ $(ALLSRC_TAR) ; fi ) ; done
+ @for i in $(RELEASE_DIRS) ; \
do ( if [ -d $$i ] ; then tar -X $$i/$$i-vicious.exclude -rf \
$(ALLSRC_TAR) ViCious/$$i/* ; fi ) ; done
- tar -rf $(ALLSRC_TAR) bin/keepme
+ tar -rf $(ALLSRC_TAR) bin/notes.txt
gzip -f $(ALLSRC_TAR)
fullsnap: snap rootsnap