From: Thibault Godouet 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: ver2_9_4~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0935b0afb55dc7000da76639b9cb07c6b714d755;p=thirdparty%2Ffcron.git 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