doc: Silence xsltproc
authorJens Georg <mail@jensge.org>
Sat, 5 May 2012 10:22:06 +0000 (12:22 +0200)
committerJens Georg <jensg@openismus.com>
Tue, 18 Dec 2012 22:42:44 +0000 (23:42 +0100)
doc/Makefile.am

index 8f76a21..536eae0 100644 (file)
@@ -13,7 +13,7 @@ EXTRA_DIST = \
 
 if HAVE_XSLTPROC
 %.5 %.1: man/%.xml
-       $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+       $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >/dev/null 2>&1 $<
 CLEANFILES = \
                $(dist_man1_MANS) $(dist_man5_MANS)
 endif