summaryrefslogtreecommitdiffstats
path: root/Admin
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-12 22:17:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:36 +0200
commitbf8edaf69af049a742d3e314df51b2e31fa340f0 (patch)
treeb7bc71cac73807b01a674f0ce924d92eba06a0e9 /Admin
parent6b05852a2977996448fdfd73298a3b3426d3ff08 (diff)
downloadexternal_gettext-bf8edaf69af049a742d3e314df51b2e31fa340f0.zip
external_gettext-bf8edaf69af049a742d3e314df51b2e31fa340f0.tar.gz
external_gettext-bf8edaf69af049a742d3e314df51b2e31fa340f0.tar.bz2
Steps to regenerate the manual after release.
Diffstat (limited to 'Admin')
-rw-r--r--Admin/release-steps11
1 files changed, 11 insertions, 0 deletions
diff --git a/Admin/release-steps b/Admin/release-steps
index 92899f5..e5bcc12 100644
--- a/Admin/release-steps
+++ b/Admin/release-steps
@@ -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.