]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Use --email with gendocs.sh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 6 Feb 2010 17:21:52 +0000 (18:21 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 6 Feb 2010 17:23:24 +0000 (18:23 +0100)
* HACKING: Set bug reporting address in gendocs.sh command.

HACKING

diff --git a/HACKING b/HACKING
index 64d55f90e848008c4cf10fd11e3ef6d4052e528a..ee859171a70b308eb78c0497ab179fd097489f64 100644 (file)
--- a/HACKING
+++ b/HACKING
     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 automake  "GNU Automake"
+    sh ./gendocs.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:
 
 -----
 
-Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2003, 2007, 2008, 2010 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by