]> git.meshlink.io Git - catta/blobdiff - man/Makefile.am
* ship avahi-autopid.action in the tarball
[catta] / man / Makefile.am
index f16e8e1ac1113cb406fd968b337b8c5fd6efd451..f6bbae0360e88576b03121b0863af81c5a965e10 100644 (file)
@@ -27,19 +27,22 @@ man_MANS = \
        avahi-dnsconfd.8 \
        avahi-daemon.conf.5 \
        avahi-dnsconfd.action.8 \
-       avahi.service.5
+       avahi.service.5 \
+       avahi.hosts.5
 
 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 \
        avahi-dnsconfd.8.xml \
        avahi-daemon.conf.5.xml \
        avahi-dnsconfd.action.8.xml \
-       avahi.service.5.xml
+       avahi.service.5.xml \
+       avahi.hosts.5.xml
 
 CLEANFILES = \
        $(noinst_DATA)
@@ -49,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 += \
@@ -70,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' \
@@ -105,6 +113,10 @@ avahi.service.5.xml: avahi.service.5.xml.in Makefile
                -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
         -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
 
+avahi.hosts.5.xml: avahi.hosts.5.xml.in Makefile
+       sed     -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
+               -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
+        -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
 
 if USE_XMLTOMAN
 
@@ -119,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 $< > $@
 
@@ -140,6 +155,8 @@ avahi-dnsconfd.action.8: avahi-dnsconfd.action.8.xml Makefile
 avahi.service.5: avahi.service.5.xml Makefile
        xmltoman $< > $@
 
+avahi.hosts.5: avahi.hosts.5.xml Makefile
+       xmltoman $< > $@
 
 xmllint: $(noinst_DATA)
        for f in $(noinst_DATA) ; do \
@@ -155,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 \
@@ -162,6 +180,7 @@ EXTRA_DIST = \
        avahi-daemon.conf.5.xml.in \
        avahi-dnsconfd.action.8.xml.in \
        avahi.service.5.xml.in \
+       avahi.hosts.5.xml.in \
        xmltoman.css \
        xmltoman.xsl \
        xmltoman.dtd