]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove .*~ from the ZIP file
authorNorman Walsh <ndw@nwalsh.com>
Sun, 6 Jan 2002 21:06:38 +0000 (21:06 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 6 Jan 2002 21:06:38 +0000 (21:06 +0000)
xsl/Makefile

index d65bee4bc5bd15f0a73643e60512fa0d078101c6..23f127f8426ff962259f41c8a3cbd2e4c1f88a7c 100644 (file)
@@ -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