]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Steps to regenerate the manual after release.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Jan 2008 22:17:16 +0000 (22:17 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:36 +0000 (12:15 +0200)
Admin/release-steps

index 92899f5d817707364de6e8d879780c57a07304f5..e5bcc121242b44a871f9bbb5ed66848e7686b8c3 100644 (file)
@@ -73,3 +73,14 @@ Tasks not to forget before release:
 
 - Tag the repository, using a simple tag and optionally a branch tag.
 
+- Regenerate the documentation for www.gnu.org:
+  - In the gettext-tools/doc/ directory, copy the
+    gendocs.sh and gendocs_template files and run
+      $ cp -p ../../gettext-runtime/doc/*.texi .
+      $ ./gendocs.sh gettext "GNU gettext"
+  - In the gettext-runtime/libasprintf/ directory, copy the
+    gendocs.sh and gendocs_template files and run
+      $ ./gendocs.sh autosprintf "GNU autosprintf"
+  Copy the resulting manual/ directories, commit them in CVS, and for every
+  removed HTML file (that corresponds to a deleted node) add a line to the
+  .symlinks file in the same directory.