summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-21 09:53:22 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-21 09:53:22 +0000
commit541f4a5e48ea0272df02dcc3f4150af0fd19b5ba (patch)
tree9a301fba890fd769f880d9db36c6c881f2415597
parent02dc4a5f8c1979e9a23f7b6851f693d29b640c4d (diff)
downloadquilt-541f4a5e48ea0272df02dcc3f4150af0fd19b5ba.tar.gz
Remove all CVS directories for the tarballs, not only the root one
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fcd8df2..eb4f727 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LIB_SCRIPTS_IN := apatch rpatch patchfns backup-files
LIB_SCRIPTS := touched-by-patch parse-patch
#LIB_LIB := patchfns
-VERSION := 0.11
+VERSION := 0.11.1
prefix := /usr/local
bindir := $(prefix)/bin
@@ -42,7 +42,7 @@ dist : distclean
ln -s . patch-scripts-$(VERSION)
tar cvfz patch-scripts-$(VERSION).tar.gz \
--exclude=patch-scripts-$(VERSION)/patch-scripts-* \
- --exclude=patch-scripts-$(VERSION)/CVS \
+ --exclude=CVS \
patch-scripts-$(VERSION)/*
rm -f patch-scripts-$(VERSION)