]> granicus.if.org Git - docbook-dsssl/commitdiff
Keep the demo directory out of the release
authorNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 23:22:49 +0000 (23:22 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 23:22:49 +0000 (23:22 +0000)
slides/Makefile

index 2350adf196d2085e0c3821b365ba306a74e219d2..8fd5b621459cca7863f7fab5a27db3fa369e1663 100644 (file)
@@ -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