]> granicus.if.org Git - docbook-dsssl/commitdiff
Exclude the debian directory from the distribution archive
authorNorman Walsh <ndw@nwalsh.com>
Fri, 29 Nov 2002 13:32:32 +0000 (13:32 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 29 Nov 2002 13:32:32 +0000 (13:32 +0000)
xsl/Makefile

index 30b822c3674a9d95e97db670e2cff4f57fd9b029..b541a694799ed5e8ddfbb336544b98a408a48ea2 100644 (file)
@@ -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