]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update the post-release steps.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jun 2010 01:04:39 +0000 (03:04 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 4 Jun 2010 01:04:39 +0000 (03:04 +0200)
Admin/release-steps

index 625c64f77b01a246248aa1117d16ff03cdda153f..1e89a6de729aeb85336fe2a440cecb5eec649471 100644 (file)
@@ -90,13 +90,16 @@ Tasks not to forget before release:
   - Update FAQ.html from gettext-tools/doc/FAQ.html.
 
 - 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.
+  - Run the update.sh script, or
+  - Do this:
+    - In the gettext-tools/doc/ directory, copy the
+      gendocs.sh and gendocs_template files and run
+        $ cp -p ../../gettext-runtime/doc/*.texi .
+        $ LC_ALL=C ./gendocs.sh --email bug-gnu-gettext gettext "GNU gettext"
+    - In the gettext-runtime/libasprintf/ directory, copy the
+      gendocs.sh and gendocs_template files and run
+        $ LC_ALL=C ./gendocs.sh --email bug-gnu-gettext autosprintf "GNU autosprintf"
+    Copy the resulting manual/ directories.
+  Commit the resulting manual/ directories 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.