From: Norman Walsh Date: Sun, 6 Jan 2002 21:06:38 +0000 (+0000) Subject: Remove .*~ from the ZIP file X-Git-Tag: release/1.79.1~6^2~5993 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e87aa73c58ebc3d52d771f50c2aac02ab0ef5e62;p=docbook-dsssl Remove .*~ from the ZIP file --- diff --git a/xsl/Makefile b/xsl/Makefile index d65bee4bc..23f127f84 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -45,6 +45,7 @@ else find . -print | grep /CVS/ | cut -c3- >> /tmp/tar.exclude find . -print | grep .classes | cut -c3- >> /tmp/tar.exclude find . -type f -name "*~" | cut -c3- >> /tmp/tar.exclude + find . -type f -name ".*~" | cut -c3- >> /tmp/tar.exclude find . -type f -name "#*" | cut -c3- >> /tmp/tar.exclude find . -type f -name ".cvsignore" | cut -c3- >> /tmp/tar.exclude find . -type f -name "Makefile*" | cut -c3- >> /tmp/tar.exclude