Don't put .cvsignore files in the distributed tar file.
authorPaul Smith <psmith@gnu.org>
Fri, 4 Oct 2002 02:28:59 +0000 (02:28 +0000)
committerPaul Smith <psmith@gnu.org>
Fri, 4 Oct 2002 02:28:59 +0000 (02:28 +0000)
Makefile.am

index c40f18b4116b20e6447e29a86668ffeed5529618..33b498b5ad03b999fe042386d82077c30b27e819 100644 (file)
@@ -95,7 +95,7 @@ install-exec-local:
 #
 dist-hook:
        (cd $(srcdir); \
-        sub=`find w32 tests -follow \( -name CVS -prune -o -name work -prune \) -o \( -name \*.orig -o -name \*.rej -o -name \*~ -prune \) -o -type f -print`; \
+        sub=`find w32 tests -follow \( -name CVS -prune -o -name .cvsignore -o -name work -prune \) -o \( -name \*.orig -o -name \*.rej -o -name \*~ -prune \) -o -type f -print`; \
         tar chf - $$sub) \
        | (cd $(distdir); tar xfBp -)