From aa437b5722b757e3faab5af1f00f14c9ef95018f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 7 Aug 2005 20:44:37 +0000 Subject: add avahi.service man page git-svn-id: file:///home/lennart/svn/public/avahi/trunk@264 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/Makefile.am | 17 ++++++- man/avahi-dnsconfd.8.xml.in | 2 +- man/avahi.service.5.xml.in | 114 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 130 insertions(+), 3 deletions(-) create mode 100644 man/avahi.service.5.xml.in (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index f9d226a..d253ddb 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -24,7 +24,8 @@ man_MANS = \ avahi-daemon.8 \ avahi-dnsconfd.8 \ avahi-daemon.conf.5 \ - avahi-dnsconfd.action.8 + avahi-dnsconfd.action.8 \ + avahi.service.5 if HAVE_PYTHON @@ -50,7 +51,8 @@ noinst_DATA = \ avahi-bookmarks.1.xml \ avahi-dnsconfd.8.xml \ avahi-daemon.conf.5.xml \ - avahi-dnsconfd.action.8.xml + avahi-dnsconfd.action.8.xml \ + avahi.service.5.xml EXTRA_DIST = \ $(man_MANS) \ @@ -65,6 +67,7 @@ EXTRA_DIST = \ avahi-dnsconfd.8.xml.in \ avahi-daemon.conf.5.xml.in \ avahi-dnsconfd.action.8.xml.in \ + avahi.service.5.xml.in \ xmltoman.css \ xmltoman.xsl \ xmltoman.dtd @@ -121,6 +124,12 @@ avahi-dnsconfd.action.8.xml: avahi-dnsconfd.action.8.xml.in Makefile -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +avahi.service.5.xml: avahi.service.5.xml.in Makefile + 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' $< > $@ + if USE_XMLTOMAN @@ -159,6 +168,10 @@ avahi-daemon.conf.5: avahi-daemon.conf.5.xml Makefile avahi-dnsconfd.action.8: avahi-dnsconfd.action.8.xml Makefile xmltoman $< > $@ +avahi.service.5: avahi.service.5.xml Makefile + xmltoman $< > $@ + + xmllint: $(noinst_DATA) for f in $(noinst_DATA) ; do \ xmllint --noout --valid "$$f" || exit 1 ; \ diff --git a/man/avahi-dnsconfd.8.xml.in b/man/avahi-dnsconfd.8.xml.in index bd99f47..6532319 100644 --- a/man/avahi-dnsconfd.8.xml.in +++ b/man/avahi-dnsconfd.8.xml.in @@ -31,7 +31,7 @@ avahi-dnsconfd --refresh avahi-dnsconfd --check avahi-dnsconfd --version - avahi-dnsconfd--help + avahi-dnsconfd --help diff --git a/man/avahi.service.5.xml.in b/man/avahi.service.5.xml.in new file mode 100644 index 0000000..4814184 --- /dev/null +++ b/man/avahi.service.5.xml.in @@ -0,0 +1,114 @@ + + + + + + + + + + + + @servicedir@/*.service + + +

@servicedir@/*.service are XML + fragments containing static DNS-SD service data. Every service + file can contain multiple service definitions which share the + same name. This is useful for publishing service data for + services which implement multiple protocols. (i.e. a printer + implementing _ipp._tcp and _printer.tcp)

+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+

The avahi developers <@PACKAGE_BUGREPORT@>; avahi is + available from

+
+ +
+

+ +

+
+ +
+

This man page was written using by Oliver + Kurth.

+
+ +
-- cgit