From: Ralf Wildenhues Date: Sun, 31 Jan 2010 12:39:48 +0000 (+0100) Subject: Use --email with gendocs.sh. X-Git-Tag: v2.2.7b~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e8be90f4872b8140a718a0af0a1544d1f9371d9;p=thirdparty%2Flibtool.git Use --email with gendocs.sh. * Makefile.maint (web-manual): Pass bug reporting address to gendocs.sh. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 5652aa3c8..f4b4a3f2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-01-31 Ralf Wildenhues + 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++. diff --git a/Makefile.maint b/Makefile.maint index 02284dfbd..b90b31d6c 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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"