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