]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update post-release steps.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Jul 2020 01:22:39 +0000 (03:22 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2022 09:56:43 +0000 (11:56 +0200)
Admin/release-steps

index 346bb130282219f131f9b4e38e2ffdfdef78f9dc..4497731a236cbab2572d98df4d626cbad4100cdd 100644 (file)
@@ -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