summaryrefslogtreecommitdiffstats
path: root/Admin
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-04 03:04:39 +0200
committerBruno Haible <bruno@clisp.org>2010-06-04 03:04:39 +0200
commit8f3736d3c4ce267d15ece226d659a774a2588bc1 (patch)
tree4e3bf90219776afca8f383b55419a2bdc519dc58 /Admin
parent92c499d4dc2d735320fb492d7d15a541a4c714bc (diff)
downloadexternal_gettext-8f3736d3c4ce267d15ece226d659a774a2588bc1.zip
external_gettext-8f3736d3c4ce267d15ece226d659a774a2588bc1.tar.gz
external_gettext-8f3736d3c4ce267d15ece226d659a774a2588bc1.tar.bz2
Update the post-release steps.
Diffstat (limited to 'Admin')
-rw-r--r--Admin/release-steps23
1 files changed, 13 insertions, 10 deletions
diff --git a/Admin/release-steps b/Admin/release-steps
index 625c64f..1e89a6d 100644
--- a/Admin/release-steps
+++ b/Admin/release-steps
@@ -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.