From: thib Date: Thu, 24 May 2001 20:07:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bf1ee68a347eee7accbdf1c0a303bf4d02d69c4;p=fcron *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index 5fbb5b7..4b99b9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)