aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-05-02 13:55:15 +0100
committerJeff Johnston <jjohnstn@redhat.com>2022-05-04 17:05:52 -0400
commit81b7cf09faa523e7bb438abe24e6e5376e45a0e5 (patch)
tree3d74236b512ad243431c63fb4f94ff37f7da5c95 /newlib/libm
parentd51aab2abd5ba58fd9765a0aaac00a8dbd0ee886 (diff)
downloadnewlib-81b7cf09faa523e7bb438abe24e6e5376e45a0e5.zip
newlib-81b7cf09faa523e7bb438abe24e6e5376e45a0e5.tar.gz
newlib-81b7cf09faa523e7bb438abe24e6e5376e45a0e5.tar.bz2
Silence xsltproc when writing manpages
Unless make is invoked with V=1, have xmlto pass the parameter 'man.output.quietly=1' to xsltproc to suppress "Note: Writing foo.N" output from the manpages stylesheet. (This doesn't quite do what it says: The output is not silenced if V has any value, including 0. You could consider that either a bug or a feature.)
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/Makefile.inc b/newlib/libm/Makefile.inc
index 699bc4c..7fda120 100644
--- a/newlib/libm/Makefile.inc
+++ b/newlib/libm/Makefile.inc
@@ -24,7 +24,7 @@ $(LIBM_CHEWOUT_FILES): $(MKDOC)
$(AM_V_at)$(SHELL) $(newlib_basedir)/../move-if-change $@.tmp $@
%C%_man.stamp: %D%/libm.xml
- $(AM_V_GEN)xmlto --skip-validation -o %D% --searchpath $(builddir)/%D% man -m $(srcdir)/man.xsl %D%/libm.xml
+ $(AM_V_GEN)xmlto --skip-validation -o %D% --searchpath $(builddir)/%D% man -m $(srcdir)/man.xsl $(XMLTO_MAN_QUIET) %D%/libm.xml
$(AM_V_at)touch $@
man: %C%_man.stamp