X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=man%2FMakefile.am;h=f6bbae0360e88576b03121b0863af81c5a965e10;hb=a2fd5b8ed02be912fcb71cdec1c9233692d6c615;hp=3b90835e33f507625788f56b7544a732b3919e54;hpb=668eb7b3e832082dbf80a5e77a84de140c3cd571;p=catta diff --git a/man/Makefile.am b/man/Makefile.am index 3b90835..f6bbae0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -34,6 +34,7 @@ noinst_DATA = \ avahi-browse.1.xml \ avahi-publish.1.xml \ avahi-resolve.1.xml \ + avahi-set-host-name.1.xml \ avahi-daemon.8.xml \ avahi-discover.1.xml \ avahi-bookmarks.1.xml \ @@ -51,7 +52,8 @@ if HAVE_DBUS man_MANS += \ avahi-browse.1 \ avahi-resolve.1 \ - avahi-publish.1 + avahi-publish.1 \ + avahi-set-host-name.1 if HAVE_PYTHON man_MANS += \ @@ -72,6 +74,10 @@ avahi-resolve.1.xml: avahi-resolve.1.xml.in Makefile sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +avahi-set-host-name.1.xml: avahi-set-host-name.1.xml.in Makefile + sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ + -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ + avahi-daemon.8.xml: avahi-daemon.8.xml.in Makefile sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \ -e 's,@servicedir\@,$(servicedir),g' \ @@ -125,6 +131,9 @@ avahi-publish.1: avahi-publish.1.xml Makefile avahi-resolve.1: avahi-resolve.1.xml Makefile xmltoman $< > $@ +avahi-set-host-name.1: avahi-set-host-name.1.xml Makefile + xmltoman $< > $@ + avahi-daemon.8: avahi-daemon.8.xml Makefile xmltoman $< > $@ @@ -163,6 +172,7 @@ EXTRA_DIST = \ avahi-browse.1.xml.in \ avahi-publish.1.xml.in \ avahi-resolve.1.xml.in \ + avahi-set-host-name.1.xml.in \ avahi-daemon.8.xml.in \ avahi-discover.1.xml.in \ avahi-bookmarks.1.xml.in \