endif
make distrib
-zip: distrib
+zip:
ifeq ($(ZIPVER),)
@echo You must specify ZIPVER for the zip target
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