summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-08 19:49:33 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-08 21:43:42 +0100
commit6e8997d86a0e6af3575f0f794380d4186fd446e4 (patch)
tree93557c15946636a8de93674ec839186ba91bbca0 /HACKING
parentc271b9c121c446fc35204e4d032aaff32f36ee6b (diff)
downloadautomake-6e8997d86a0e6af3575f0f794380d4186fd446e4.tar.gz
docs: copy the 'gendocs.sh' script from Texinfo CVS repository
As well as the 'gendocs_template' file. And enhance the "make fetch" target to keep them synced. It's better than having to fetch these files by hand each time a release is to be made. * Makefile.am (FETCHFILES): List 'gendocs.sh' and 'gendocs_template'. (fetch): Fetch them, into 'lib/'. (EXRA_DIST): Distribute them. * HACKING: Adjust instructions for generation of manuals. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 2 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index fe2bc5136..118a2e322 100644
--- a/HACKING
+++ b/HACKING
@@ -261,9 +261,8 @@
* For stable releases, update the manuals at www.gnu.org:
- Generate manuals:
cd doc
- wget "http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh"
- wget "http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template"
- sh ./gendocs.sh --email bug-automake@gnu.org automake "GNU Automake"
+ export GENDOCS_TEMPLATE_DIR=../lib
+ sh ../lib/gendoc.sh --email bug-automake@gnu.org automake "GNU Automake"
- copy manuals recursively to web cvs,
- commit.
- Check for link errors, fix them, recheck until convergence: