From: thib Date: Sat, 28 Sep 2002 15:07:37 +0000 (+0000) Subject: bug fix for CVS X-Git-Tag: ver1564~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5abc126603b8027a278d170d95fb17a1d94f110;p=fcron bug fix for CVS --- diff --git a/Makefile.in b/Makefile.in index c472e16..074eb81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.90 2002-09-28 15:06:11 thib Exp $ +# $Id: Makefile.in,v 1.91 2002-09-28 15:07:37 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 @@ -71,7 +71,7 @@ HEADERSALL = config.h $(SRCDIR)/global.h $(SRCDIR)/log.h $(SRCDIR)/subs.h $(SRCD # this is a regular expression : # do not ci automaticaly generated files and doc (done by doc's Makefile) -RCSNOCI=.*\(.html\|VERSION\|MANIFEST\|configure\|install.sh\|doc.*\|CVS.*\) +RCSNOCI=.*\(.html\|VERSION\|MANIFEST\|configure\|install.sh\|doc.*\) RUN_NON_PRIVILEGED = @RUN_NON_PRIVILEGED@ ifeq ($(RUN_NON_PRIVILEGED), 1) @@ -194,7 +194,7 @@ tar: configure updatedoc vclean echo $(VERSION) > ./VERSION - @(find ./ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \ + @(find ./ -type f ! -regex '.*RCS.*' ! -regex '.*CVS.*' ! -regex "$(RCSNOCI)" \ -exec ci -l {} \;) # ci the doc files @(cd doc && make tar)