summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-15 00:50:06 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-15 00:54:52 -0800
commit0038c4dbec3d640710cc4bf6110df88b10c39bc2 (patch)
treef275aa0ce2bb041fd17dedc4db430e527aa3b5c8 /man
parent6cf39526db7b028aa201c4cf62bd2253764e20bf (diff)
man: Stop printing build noise to stderr
This patch stops docbook from printing the name of each built manpage, including stubs, to stderr. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'man')
-rw-r--r--man/manpage.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/manpage.xsl b/man/manpage.xsl
index 46008c3..ade68dc 100644
--- a/man/manpage.xsl
+++ b/man/manpage.xsl
@@ -6,6 +6,9 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
<xsl:include href="common.xsl"/>
+ <!-- Don't print name of each manpage generated. -->
+ <xsl:param name="man.output.quietly">1</xsl:param>
+
</xsl:stylesheet>
<!--