Use --email with gendocs.sh.

* Makefile.maint (web-manual): Pass bug reporting address to
gendocs.sh.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-01-31 13:39:48 +01:00
parent 2080fe9649
commit 7e8be90f48
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2010-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Use --email with gendocs.sh.
* Makefile.maint (web-manual): Pass bug reporting address to
gendocs.sh.
Make testsuite code C++ clean again.
* tests/resident.at (resident modules): Fix for C++.

View File

@ -225,4 +225,4 @@ web-manual:
$(WGETSGO)'/texinfo/texinfo/util/gendocs.sh' && \
$(WGETSGO)'/texinfo/texinfo/util/gendocs_template' && \
chmod 755 gendocs.sh && \
./gendocs.sh libtool "GNU Libtool Manual"
./gendocs.sh --email bug-libtool@gnu.org libtool "GNU Libtool Manual"