[svn] commit: r1764 - in /trunk/src/bin/xfrout: Makefile.am b10-xfrout.8 b10-xfrout.xml

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 21 01:39:16 UTC 2010


Author: jreed
Date: Wed Apr 21 01:39:15 2010
New Revision: 1764

Log:
Add b10-xfrout.8 manual page.
Make target added.
Original in DocBook XML.
Also generated roff version added.

Content reviewed by Zhang Likun.

The man page is not complete. Needs more content and improved formatting.

Added:
    trunk/src/bin/xfrout/b10-xfrout.8
    trunk/src/bin/xfrout/b10-xfrout.xml
Modified:
    trunk/src/bin/xfrout/Makefile.am

Modified: trunk/src/bin/xfrout/Makefile.am
==============================================================================
--- trunk/src/bin/xfrout/Makefile.am (original)
+++ trunk/src/bin/xfrout/Makefile.am Wed Apr 21 01:39:15 2010
@@ -9,6 +9,17 @@
 
 CLEANFILES=	b10-xfrout xfrout.pyc xfrout.spec
 
+man_MANS = b10-xfrout.8
+EXTRA_DIST = $(man_MANS) b10-xfrout.xml
+
+if ENABLE_MAN
+
+b10-xfrout.8: b10-xfrout.xml
+	xsltproc --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-xfrout.xml
+
+endif
+
+
 xfrout.spec: xfrout.spec.pre
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" xfrout.spec.pre >$@
 




More information about the bind10-changes mailing list