From 7bf1ee68a347eee7accbdf1c0a303bf4d02d69c4 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 24 May 2001 20:07:42 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.40.0