summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-04 02:28:59 +0000
committerPaul Smith <psmith@gnu.org>2002-10-04 02:28:59 +0000
commit6eda644ad7a3da9be4c6428eeb6ce064034bd390 (patch)
treedd2fdb99a6542319a8508c6dca82060d6a464a18 /Makefile.am
parentb1c15034cace481b8a0c202144c93882254a2c7d (diff)
downloadmake-6eda644ad7a3da9be4c6428eeb6ce064034bd390.tar.gz
Don't put .cvsignore files in the distributed tar file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c40f18b4..33b498b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 -)