From 7faa1d86dcf3928a58fa214ce7d07fd9d688dda4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 9 Nov 2015 10:10:36 +0000 Subject: [PATCH] HOWTO-RELEASE: use gnulib for gendocs instead of texinfo These days it seems that gendocs can be done entirely from the templates in gnulib, rather than requiring the texinfo repository. --- doc/HOWTO-RELEASE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index 6f8abeb..0f9f49b 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -42,8 +42,8 @@ How to make a new release of GNU Stow - Regenerate the documentation for the website: - # First check out texinfo CVS repository via: - # cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/texinfo co texinfo + # First check out gnulib repository via: + # git clone git://git.savannah.gnu.org/gnulib.git # and stow-web CVS repository via the instructions here: # https://savannah.gnu.org/cvs/?group=stow @@ -51,11 +51,11 @@ How to make a new release of GNU Stow # Set paths: stow_repo=/path/to/stow/git/repo stow_web_repo=/path/to/stow-web/CVS/working/dir - texinfo_repo=/path/to/texinfo/git/repo + gnulib_repo=/path/to/gnulib/git/repo cd $stow_repo - export GENDOCS_TEMPLATE_DIR=$texinfo_repo/util - $texinfo_repo/util/gendocs.sh \ + export GENDOCS_TEMPLATE_DIR=$gnulib_repo/doc + $gnulib_repo/util/gendocs.sh \ -s doc/stow.texi \ -o $stow_web_repo/manual \ --email bug-stow@gnu.org \