]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Use --email with gendocs.sh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 31 Jan 2010 12:39:48 +0000 (13:39 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 31 Jan 2010 14:34:51 +0000 (15:34 +0100)
* Makefile.maint (web-manual): Pass bug reporting address to
gendocs.sh.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.maint

index 5652aa3c8c35513a52f3b51f8397db999caad050..f4b4a3f2c601237bd767764c84d6c49cd326d4ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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++.
 
index 02284dfbd12735b1350acfbf3c5fd648216f2d14..b90b31d6c281c73bcd5d78bb418967c0e1b5abb0 100644 (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"