Add silent rules support for texinfo outputs.
authorJack Kelly <endgame.dos@gmail.com>
Tue, 22 Sep 2009 02:24:04 +0000 (12:24 +1000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Sep 2009 19:17:13 +0000 (21:17 +0200)
commit94121099cfe42ca944eaff6805a5404ee0234060
tree4fe9c58bc0064d1eae4fbe216f71fedca6a0aaf6
parent689a2b1b932a0a954d70a7f93cbcf067ad8c8751
Add silent rules support for texinfo outputs.

* automake.in (define_verbose_texinfo): Define several new verbose
tagvars and verbose vars.
(define_verbose_tagvar): Increase spacing to 8 to accommodate
MAKEINFO, TEXI2DVI, TEXI2PDF.
(handle_texinfo): Additional substitution for silencing dvips.
(output_texinfo_build_rules): Additional substitutions for
silencing texi2dvi and texi2pdf.
* lib/am/texibuild.am: Add silencing to makeinfo, makeinfo --html,
texi2dvi and texi2pdf rules.
* lib/am/texinfos.am: Add silencing to .dvi.ps rule.
* tests/Makefile.am: Add silent8.test.
* tests/silent8.test: New test: tests that silent texinfo rules
produce quiet messages.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
automake.in
doc/Makefile.in
lib/am/texibuild.am
lib/am/texinfos.am
tests/Makefile.am
tests/Makefile.in
tests/silent8.test [new file with mode: 0755]