]> git.meshlink.io Git - catta/blobdiff - man/Makefile.am
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / man / Makefile.am
index bbb8376f48606184f08aa68006ad56422b120f8d..d38267c02a03c8f3f754f474ea61666720401ff9 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 # This file is part of avahi.
 #
 # avahi is free software; you can redistribute it and/or modify it
@@ -84,7 +82,7 @@ endif
 endif
 
 %.xml: %.xml.in Makefile
-       sed     -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
+       $(AM_V_GEN) sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
                -e 's,@servicedir\@,$(servicedir),g' \
                -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
                -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
@@ -94,13 +92,13 @@ if USE_XMLTOMAN
 CLEANFILES += $(man_MANS)
 
 %.1: %.1.xml Makefile
-       xmltoman $< > $@
+       $(AM_V_GEN)xmltoman $< > $@
 
 %.5: %.5.xml Makefile
-       xmltoman $< > $@
+       $(AM_V_GEN)xmltoman $< > $@
 
 %.8: %.8.xml Makefile
-       xmltoman $< > $@
+       $(AM_V_GEN)xmltoman $< > $@
 
 xmllint: $(noinst_DATA)
        for f in $(noinst_DATA) ; do \