diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-14 18:05:06 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-14 18:05:06 +0200 |
commit | 7c1d34c5d460a6c1acb39a0ab96338fcb1386ed4 (patch) | |
tree | 01ec61675aa5dd351769bd98bf3158928bd9e3ca /Makefile.am | |
parent | 690804ca8edf15ac49f637ca9e0b19da8aaa690e (diff) |
build-sys: silence the xsltproc output
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c87b4d7a1d..33b51d8e30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2913,6 +2913,7 @@ CLEANFILES += \ if HAVE_XSLTPROC XSLTPROC_FLAGS = \ --nonet \ + --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi XSLTPROC_PROCESS_MAN = \ |