diff options
author | Adam Spiers <stow@adamspiers.org> | 2015-11-09 10:10:36 +0000 |
---|---|---|
committer | Adam Spiers <stow@adamspiers.org> | 2015-11-09 10:10:36 +0000 |
commit | 7faa1d86dcf3928a58fa214ce7d07fd9d688dda4 (patch) | |
tree | 81838ccd9ed7ed9084c2fa93bf90d2188ec82121 /doc | |
parent | dc6a141da4d684e4a7b1e32899ad86624bfd3c4a (diff) | |
download | stow-7faa1d86dcf3928a58fa214ce7d07fd9d688dda4.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO-RELEASE | 10 |
1 files 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 \ |