From: Bruno Haible Date: Mon, 27 Jul 2020 01:22:39 +0000 (+0200) Subject: Update post-release steps. X-Git-Tag: v0.21.1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ee0c99766c4a8b4ca9e184f9d5981a34883840;p=thirdparty%2Fgettext.git Update post-release steps. --- diff --git a/Admin/release-steps b/Admin/release-steps index 346bb1302..4497731a2 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -323,26 +323,31 @@ We assume that the following environment variables are set: cp -p gettext-runtime/doc/*.texi gettext-tools/doc cp build-aux/texinfo.tex gettext-tools/doc (cd gettext-tools/doc - LC_ALL=C ./gendocs.sh --email bug-gnu-gettext gettext "GNU gettext") + LC_ALL=C ./gendocs.sh --email bug-gettext gettext "GNU gettext") cp gnulib/build-aux/gendocs.sh gettext-runtime/libasprintf cp gnulib/doc/gendocs_template gettext-runtime/libasprintf cp build-aux/texinfo.tex gettext-runtime/libasprintf (cd gettext-runtime/libasprintf - LC_ALL=C ./gendocs.sh --email bug-gnu-gettext autosprintf "GNU autosprintf") + LC_ALL=C ./gendocs.sh --email bug-gettext autosprintf "GNU autosprintf") cp gnulib/build-aux/gendocs.sh libtextstyle/doc cp gnulib/doc/gendocs_template libtextstyle/doc cp build-aux/texinfo.tex libtextstyle/doc (cd libtextstyle/doc - LC_ALL=C ./gendocs.sh --email bug-gnu-gettext libtextstyle "GNU libtextstyle") + LC_ALL=C ./gendocs.sh --email bug-gettext libtextstyle "GNU libtextstyle") + + Copy the resulting manual/ directories: + + (cd gettext-tools/doc/manual && tar cf - .) | (cd ../www.gnu.org/gettext/manual && tar xf -) + (cd gettext-runtime/libasprintf/manual && tar cf - .) | (cd ../www.gnu.org/gettext/libasprintf/manual && tar xf -) + (cd libtextstyle/doc/manual && tar cf - .) | (cd ../www.gnu.org/gettext/libtextstyle/manual && tar xf -) FIXME: Add a script to automate this process. - 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. + 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. ** Announce on info-gnu