]> granicus.if.org Git - fcron/commitdiff
bug fix for CVS
authorthib <thib>
Sat, 28 Sep 2002 15:07:37 +0000 (15:07 +0000)
committerthib <thib>
Sat, 28 Sep 2002 15:07:37 +0000 (15:07 +0000)
Makefile.in

index c472e163e7737de2d8f6f726e477bf2bd4be81da..074eb81de3d6a2d50cd5b259a4c09287bfe12e28 100644 (file)
@@ -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)