From 7e8be90f4872b8140a718a0af0a1544d1f9371d9 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 31 Jan 2010 13:39:48 +0100 Subject: [PATCH] Use --email with gendocs.sh. * Makefile.maint (web-manual): Pass bug reporting address to gendocs.sh. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ Makefile.maint | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.47.3