From: Thibault Godouet Date: Fri, 26 Dec 2003 00:10:57 +0000 (+0000) Subject: do not include the CVS dirs in the tarball X-Git-Tag: ver2_9_4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa8a2a3bf932d48a4036026d5e6729d62014e92;p=thirdparty%2Ffcron.git do not include the CVS dirs in the tarball --- 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`)