From 8f3736d3c4ce267d15ece226d659a774a2588bc1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jun 2010 03:04:39 +0200 Subject: Update the post-release steps. --- Admin/release-steps | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'Admin') 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. -- cgit v1.1