]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't include pyc files in distribution
authorNorman Walsh <ndw@nwalsh.com>
Sun, 17 Nov 2002 16:51:47 +0000 (16:51 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 17 Nov 2002 16:51:47 +0000 (16:51 +0000)
xsl/Makefile

index 2a3c08b40ddd8ba644754afb121695dcd4cea026..30b822c3674a9d95e97db670e2cff4f57fd9b029 100644 (file)
@@ -64,6 +64,7 @@ else
        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 ".*.pyc"  | 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