From: thib Date: Tue, 15 May 2001 00:46:22 +0000 (+0000) Subject: bug fix : run autoconf and configure before updatedoc to ensure the version is update... X-Git-Tag: ver1564~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb94bfd7b46f602332e125eedb606204248f1f7;p=fcron bug fix : run autoconf and configure before updatedoc to ensure the version is updated correctly --- diff --git a/Makefile.in b/Makefile.in index 70b64c0..0d0cdcc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.64 2001-05-05 19:08:20 thib Exp $ +# $Id: Makefile.in,v 1.65 2001-05-15 00:46:22 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 @@ -157,9 +157,14 @@ updatedoc: doc/* script/gen-doc $(VERSION) configure: configure.in +# update configure script, then Makefile and config.h, and finally +# run make tar using the new Makefile (needed because the version +# is set in the configure.in file) autoconf + ./configure + make tar ; exit 0 -tar: updatedoc configure vclean +tar: configure updatedoc vclean echo $(VERSION) > ./VERSION