# @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
# 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)
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)