From a9e118b82c39b12695575229934af435058668a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 7 Aug 2005 12:57:13 +0000 Subject: add dnsconfd man page git-svn-id: file:///home/lennart/svn/public/avahi/trunk@259 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/Makefile.am | 16 ++++++- man/avahi-daemon.8.xml.in | 12 ++--- man/avahi-dnsconfd.8.xml.in | 107 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+), 8 deletions(-) create mode 100644 man/avahi-dnsconfd.8.xml.in (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 885f9d8..39ebcd9 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -21,7 +21,8 @@ pkgsysconfdir=$(sysconfdir)/avahi servicedir=$(pkgsysconfdir)/services man_MANS = \ - avahi-daemon.8 + avahi-daemon.8 \ + avahi-dnsconfd.8 if HAVE_PYTHON @@ -44,7 +45,8 @@ noinst_DATA = \ avahi-resolve-host-name.1.xml \ avahi-daemon.8.xml \ avahi-discover.1.xml \ - avahi-bookmarks.1.xml + avahi-bookmarks.1.xml \ + avahi-dnsconfd.8.xml EXTRA_DIST = \ $(man_MANS) \ @@ -56,6 +58,7 @@ EXTRA_DIST = \ avahi-daemon.8.xml.in \ avahi-discover.1.xml.in \ avahi-bookmarks.1.xml.in \ + avahi-dnsconfd.8.xml.in \ xmltoman.css \ xmltoman.xsl \ xmltoman.dtd @@ -97,6 +100,12 @@ avahi-bookmarks.1.xml: avahi-bookmarks.1.xml.in Makefile sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +avahi-dnsconfd.8.xml: avahi-dnsconfd.8.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 CLEANFILES += $(man_MANS) @@ -125,4 +134,7 @@ avahi-discover.1: avahi-discover.1.xml Makefile avahi-bookmarks.1: avahi-bookmarks.1.xml Makefile xmltoman $< > $@ +avahi-dnsconfd.8: avahi-dnsconfd.8.xml Makefile + xmltoman $< > $@ + endif diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in index 3e461ac..a701340 100644 --- a/man/avahi-daemon.8.xml.in +++ b/man/avahi-daemon.8.xml.in @@ -47,9 +47,9 @@ there is the DBUS interface which provides a rich object oriented interface to DBUS enabled applications.

-

Upon startup avahi-daemon interpretes its configuration file - @pkgsysconfdir@/avahi-daemon.conf and reads XML fragments from - @servicedir@/*.service which may define static DNS-SD +

Upon startup avahi-daemon interprets its configuration file + @pkgsysconfdir@/avahi-daemon.conf and reads XML fragments from + @servicedir@/*.service which may define static DNS-SD services.

@@ -62,7 +62,7 @@