BIND 10 trac1687, updated. 7836678d112b7d8c250963c34f0431641d9946e9 [1687] make sure sockcreator manual is installed
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 2 16:50:56 UTC 2012
The branch, trac1687 has been updated
via 7836678d112b7d8c250963c34f0431641d9946e9 (commit)
from 8958f15ce8c14539aaa8b3e6fa11cc58f7f90b41 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7836678d112b7d8c250963c34f0431641d9946e9
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Aug 2 11:50:44 2012 -0500
[1687] make sure sockcreator manual is installed
-----------------------------------------------------------------------
Summary of changes:
src/bin/sockcreator/Makefile.am | 10 ++++++++++
1 file changed, 10 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/sockcreator/Makefile.am b/src/bin/sockcreator/Makefile.am
index 8494114..6ac494f 100644
--- a/src/bin/sockcreator/Makefile.am
+++ b/src/bin/sockcreator/Makefile.am
@@ -12,6 +12,16 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
CLEANFILES = *.gcno *.gcda
+man_MANS = b10-sockcreator.8
+EXTRA_DIST = $(man_MANS) b10-sockcreator.xml
+
+if ENABLE_MAN
+
+b10-sockcreator.8: b10-sockcreator.xml
+ xsltproc --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-sockcreator.xml
+
+endif
+
pkglibexec_PROGRAMS = b10-sockcreator
b10_sockcreator_SOURCES = sockcreator.cc sockcreator.h main.cc
More information about the bind10-changes
mailing list