summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
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: