From 7c1d34c5d460a6c1acb39a0ab96338fcb1386ed4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 14 Apr 2012 18:05:06 +0200 Subject: [PATCH] build-sys: silence the xsltproc output --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c87b4d7a1..33b51d8e3 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 = \ -- 2.30.2