From ca50aa555ba4e8acdf6055b3b1ca29e524c7482a Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 17 Nov 2002 16:51:47 +0000 Subject: [PATCH] Don't include pyc files in distribution --- xsl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xsl/Makefile b/xsl/Makefile index 2a3c08b40..30b822c36 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -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 -- 2.50.1