X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/b3721a12c5c31ae55141ff46af0c553d060fe363..e2df84497629d61706c455ed2829db0bebb7e5a5:/man/Makefile.am diff --git a/man/Makefile.am b/man/Makefile.am index 7793fe7d..eca1fb9e 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -36,7 +36,7 @@ noinst_DATA = \ default.pa.5.xml %.xml: %.xml.in Makefile - sed -e 's,@pulseconfdir\@,$(pulseconfdir),g' \ + $(AM_V_GEN) sed -e 's,@pulseconfdir\@,$(pulseconfdir),g' \ -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ @@ -66,7 +66,7 @@ CLEANFILES += \ $(dist_man_MANS) %: %.xml Makefile - perl $(srcdir)/xmltoman $< > $@ || rm -f $@ + $(AM_V_GEN) perl $(srcdir)/xmltoman $< > $@ || rm -f $@ endif