From: Gary V. Vaughan Date: Fri, 4 Jun 2010 20:52:43 +0000 (+0700) Subject: Fix web manual generation details in release instructions. X-Git-Tag: v2.2.10~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a649e5c369e3aa28887bb3f50dc6256811c99e6;p=thirdparty%2Flibtool.git Fix web manual generation details in release instructions. * HACKING (Release Procedure): Move the instruction for generating web manuals for a new release to before the instruction that bumps the version numbers to the post release values. --- diff --git a/ChangeLog b/ChangeLog index 584590ba7..ad9eb4012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-06-05 Gary V. Vaughan + Fix web manual generation details in release instructions. + * HACKING (Release Procedure): Move the instruction for generating + web manuals for a new release to before the instruction that bumps + the version numbers to the post release values. + Set SCM version number to 2.2.9a. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.9a. diff --git a/HACKING b/HACKING index fa3e323ac..5e045ac21 100644 --- a/HACKING +++ b/HACKING @@ -722,6 +722,9 @@ or obtained by writing to the Free Software Foundation, Inc., between the previous release tarball and the new with detached gpg signature files and clear signed directive files. +* If not an alpha, generate with `make -f[../]Makefile.maint + web-manual'. + * Upload release tarballs and diff files, plus their associated detached gpg signature files and clear signed directive files to ftp-upload.gnu.org. If the upload is destined for ftp.gnu.org, then the @@ -740,9 +743,9 @@ or obtained by writing to the Free Software Foundation, Inc., * Update the webpages, libtool.html will need to indicate the latest release number. -* If not an alpha, upload new manual pages with cvs to: +* If not an alpha, upload new manual pages you created earlier in + doc/manual using cvs to here: @cvs.savannah.gnu.org:/webcvs/libtool - (generate with `make -f[../]Makefile.maint web-manual'). * In the build directory, run `Make -f[../]Makeflie.maint announce-gen'.