From: Norman Walsh Date: Sun, 7 Jul 2002 23:22:49 +0000 (+0000) Subject: Keep the demo directory out of the release X-Git-Tag: release/1.79.1~6^2~5462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff1fb996ffcff62865812f471c18e625b492a3f4;p=docbook-dsssl Keep the demo directory out of the release --- diff --git a/slides/Makefile b/slides/Makefile index 2350adf19..8fd5b6214 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -40,7 +40,7 @@ else endif make distrib -zip: distrib +zip: ifeq ($(ZIPVER),) @echo You must specify ZIPVER for the zip target else @@ -55,6 +55,7 @@ else find . -print | grep /CVS/ | cut -c3- >> /tmp/tar.exclude find . -print | grep .classes | cut -c3- >> /tmp/tar.exclude find . -print | grep .cvskeep | cut -c3- >> /tmp/tar.exclude + find . -print | grep demo/ | cut -c3- >> /tmp/tar.exclude find . -print | grep "~$$" | cut -c3- >> /tmp/tar.exclude find . -type f -name "#*" | cut -c3- >> /tmp/tar.exclude find . -type f -name ".cvsignore" | cut -c3- >> /tmp/tar.exclude