mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
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:
parent
2080fe9649
commit
7e8be90f48
@ -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++.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user