[svn] commit: r3664 - in /branches/trac327/src/bin: auth/Makefile.am recurse/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 29 22:55:57 UTC 2010
Author: jreed
Date: Mon Nov 29 22:55:57 2010
New Revision: 3664
Log:
Make sure that b10-auth man page is installed (regression just in this
branch).
Also uncomment if ENABLE_MAN in recurse makefile so only regen the
.8 (roff) file if that was configured at configure time.
(And remove an empty line.)
Modified:
branches/trac327/src/bin/auth/Makefile.am
branches/trac327/src/bin/recurse/Makefile.am
Modified: branches/trac327/src/bin/auth/Makefile.am
==============================================================================
--- branches/trac327/src/bin/auth/Makefile.am (original)
+++ branches/trac327/src/bin/auth/Makefile.am Mon Nov 29 22:55:57 2010
@@ -18,12 +18,14 @@
CLEANFILES = *.gcno *.gcda auth.spec spec_config.h
-if ENABLE_MAN
man_MANS = b10-auth.8
EXTRA_DIST = $(man_MANS) b10-auth.xml
+if ENABLE_MAN
+
b10-auth.8: b10-auth.xml
xsltproc --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-auth.xml
+
endif
auth.spec: auth.spec.pre
Modified: branches/trac327/src/bin/recurse/Makefile.am
==============================================================================
--- branches/trac327/src/bin/recurse/Makefile.am (original)
+++ branches/trac327/src/bin/recurse/Makefile.am Mon Nov 29 22:55:57 2010
@@ -18,16 +18,15 @@
CLEANFILES = *.gcno *.gcda recurse.spec spec_config.h
-
man_MANS = b10-recurse.8
EXTRA_DIST = $(man_MANS) b10-recurse.xml
-# if ENABLE_MAN
+if ENABLE_MAN
b10-recurse.8: b10-recurse.xml
xsltproc --novalid --xinclude --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $(srcdir)/b10-recurse.xml
-# endif
+endif
recurse.spec: recurse.spec.pre
$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" recurse.spec.pre >$@
More information about the bind10-changes
mailing list