]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix web manual generation details in release instructions.
authorGary V. Vaughan <gary@gnu.org>
Fri, 4 Jun 2010 20:52:43 +0000 (03:52 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 4 Jun 2010 20:52:43 +0000 (03:52 +0700)
* 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.

ChangeLog
HACKING

index 584590ba779e9da691fa24e18fed6e1748ac1f80..ad9eb4012ba23ba8c5e918b43205fe9b7ea472c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-06-05  Gary V. Vaughan  <gary@gnu.org>
 
+       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 fa3e323ac532498fbf3da453c2f4cc5776890798..5e045ac21e55234600076673d9bafc9eda75dbf5 100644 (file)
--- 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:
   <yourusername>@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'.