From: Norman Walsh Date: Fri, 29 Nov 2002 13:32:32 +0000 (+0000) Subject: Exclude the debian directory from the distribution archive X-Git-Tag: release/1.79.1~6^2~5092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff55d2a1c689b186309eb4d0b1f0d9017370853;p=docbook-dsssl Exclude the debian directory from the distribution archive --- diff --git a/xsl/Makefile b/xsl/Makefile index 30b822c36..b541a6947 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -61,6 +61,7 @@ else touch /tmp/tar.exclude find . -print | grep /CVS$$ | cut -c3- >> /tmp/tar.exclude find . -print | grep /CVS/ | cut -c3- >> /tmp/tar.exclude + find . -print | grep /debian/ | 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