]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 24 May 2001 20:07:42 +0000 (20:07 +0000)
committerthib <thib>
Thu, 24 May 2001 20:07:42 +0000 (20:07 +0000)
Makefile.in

index 5fbb5b7c77c6909a2c3e822a39aae35f3bf37523..4b99b9f906ca13ec06811685f961dd156ad553d6 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.68 2001-05-15 01:22:28 thib Exp $
+# $Id: Makefile.in,v 1.69 2001-05-24 20:07:42 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
@@ -175,6 +175,8 @@ tar: configure updatedoc vclean
 
        @(find ./ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOLOG)" \
              ! -regex "$(REXP_MANPAGES)" -exec ci -l {} \;)
+# re-ci the CHANGES file, as we generally update it during the other files' ci
+       @(ci -l doc/CHANGES)
 
        @(find ./ -type f ! -regex '.*RCS.*' | \
              sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST)