From c72d4e7e2f15043817afc44e12143fac41c12fdd Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 26 Dec 2003 00:10:57 +0000 Subject: [PATCH] do not include the CVS dirs in the tarball --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7477ba5..683febb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.100 2003-12-25 22:49:50 thib Exp $ +# $Id: Makefile.in,v 1.101 2003-12-26 00:10:57 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -207,7 +207,7 @@ tar: configure updatedoc vclean ci make -C doc tarclean - @(find ./ -type f ! -regex '.*RCS.*' | \ + @(find ./ -type f ! -regex '.*RCS.*' ! -regex '.*CVS.*' | \ sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST) @(cd ..; ln -s fcron fcron-$(VERSION)) (cd ..; tar -czvf fcron-$(VERSION).src.tar.gz `cat fcron/MANIFEST`) -- 2.40.0