Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
932ddbdd
Commit
932ddbdd
authored
Aug 02, 2012
by
Jeremy C. Reed
Browse files
[1687] rename configure's --enable-man to --enable-generate-docs
parent
d7d8c3a0
Changes
22
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
932ddbdd
...
...
@@ -1016,15 +1016,15 @@ AC_SUBST(PERL)
AC_PATH_PROGS(AWK, gawk awk)
AC_SUBST(AWK)
AC_ARG_ENABLE(
man
, [AC_HELP_STRING([--enable-
man
],
[regenerate
man pages
using Docbook [default=no]])],
enable_
man
=$enableval, enable_
man
=no)
AC_ARG_ENABLE(
generate_docs
, [AC_HELP_STRING([--enable-
generate-docs
],
[regenerate
documentation
using Docbook [default=no]])],
enable_
generate_docs
=$enableval, enable_
generate_docs
=no)
# Check for xsltproc
if test "x$enable_
man
" != xno ; then
if test "x$enable_
generate_docs
" != xno ; then
AC_PATH_PROG([XSLTPROC], [xsltproc])
if test -z "$XSLTPROC"; then
AC_MSG_ERROR("xsltproc not found; it is required for --enable-
man
")
AC_MSG_ERROR("xsltproc not found; it is required for --enable-
generate-docs
")
else
AC_MSG_CHECKING([if $XSLTPROC works])
# run xsltproc to see if works
...
...
@@ -1041,7 +1041,7 @@ if test "x$enable_man" != xno ; then
fi
AM_CONDITIONAL(EN
ABLE_MAN
, test x$enable_
man
!= xno)
AM_CONDITIONAL(
G
EN
ERATE_DOCS
, test x$enable_
generate_docs
!= xno)
AC_ARG_ENABLE(install-configurations,
[AC_HELP_STRING([--disable-install-configurations],
...
...
@@ -1385,7 +1385,7 @@ Developer:
C++ Code Coverage: $USE_LCOV
Python Code Coverage: $USE_PYCOVERAGE
Logger checks: $enable_logger_checks
Generate
Manuals: $enable_man
Generate
Documentation: $enable_generate_docs
END
...
...
doc/guide/Makefile.am
View file @
932ddbdd
...
...
@@ -9,7 +9,7 @@ EXTRA_DIST = bind10-guide.xml
CLEANFILES
=
$(HTMLDOCS)
$(DOCS)
bind10-messages.xml
# This is not a "man" manual, but reuse this for now for docbook.
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
bind10-guide.html
:
bind10-guide.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
\
...
...
@@ -40,7 +40,7 @@ bind10-messages.xml:
else
$(HTMLDOCS) $(DOCS)
:
@
echo
Doc generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Doc generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Doc generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Doc generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
src/bin/auth/Makefile.am
View file @
932ddbdd
...
...
@@ -23,7 +23,7 @@ man_MANS = b10-auth.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-auth.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
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
...
...
@@ -31,8 +31,8 @@ b10-auth.8: b10-auth.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/bind10/Makefile.am
View file @
932ddbdd
...
...
@@ -20,7 +20,7 @@ man_MANS = bind10.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
+=
$(man_MANS)
bind10.xml bind10_messages.mes
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
bind10.8
:
bind10.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/bind10.xml
...
...
@@ -31,11 +31,11 @@ bind10.8: bind10.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
#dist-local-check-mans-enabled:
# @echo "*** --enable-
man
must be used in order to make dist"
# @echo "*** --enable-
generate-docs
must be used in order to make dist"
# @false
endif
...
...
src/bin/bindctl/Makefile.am
View file @
932ddbdd
...
...
@@ -16,7 +16,7 @@ bindctldir = $(pkgdatadir)
CLEANFILES
=
bindctl bindctl_main.pyc
CLEANFILES
+=
$(man_MANS)
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
bindctl.1
:
bindctl.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/bindctl.xml
...
...
@@ -24,8 +24,8 @@ bindctl.1: bindctl.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/cfgmgr/Makefile.am
View file @
932ddbdd
...
...
@@ -13,7 +13,7 @@ man_MANS = b10-cfgmgr.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-cfgmgr.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-cfgmgr.8
:
b10-cfgmgr.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-cfgmgr.xml
...
...
@@ -21,8 +21,8 @@ b10-cfgmgr.8: b10-cfgmgr.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/cmdctl/Makefile.am
View file @
932ddbdd
...
...
@@ -29,7 +29,7 @@ man_MANS = b10-cmdctl.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
+=
$(man_MANS)
b10-cmdctl.xml cmdctl_messages.mes
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-cmdctl.8
:
b10-cmdctl.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-cmdctl.xml
...
...
@@ -37,8 +37,8 @@ b10-cmdctl.8: b10-cmdctl.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/dbutil/Makefile.am
View file @
932ddbdd
...
...
@@ -16,7 +16,7 @@ CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/dbutil_messages.pyc
CLEANFILES
+=
$(PYTHON_LOGMSGPKG_DIR)
/work/dbutil_messages.pyo
CLEANFILES
+=
$(man_MANS)
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-dbutil.8
:
b10-dbutil.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-dbutil.xml
...
...
@@ -24,8 +24,8 @@ b10-dbutil.8: b10-dbutil.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/ddns/Makefile.am
View file @
932ddbdd
...
...
@@ -20,7 +20,7 @@ man_MANS = b10-ddns.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
+=
$(man_MANS)
b10-ddns.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-ddns.8
:
b10-ddns.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-ddns.xml
...
...
@@ -28,8 +28,8 @@ b10-ddns.8: b10-ddns.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/dhcp4/Makefile.am
View file @
932ddbdd
...
...
@@ -18,7 +18,7 @@ man_MANS = b10-dhcp4.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-dhcp4.xml dhcp4.spec
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-dhcp4.8
:
b10-dhcp4.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
\
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
\
...
...
@@ -27,8 +27,8 @@ b10-dhcp4.8: b10-dhcp4.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/dhcp6/Makefile.am
View file @
932ddbdd
...
...
@@ -19,7 +19,7 @@ man_MANS = b10-dhcp6.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-dhcp6.xml dhcp6.spec
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-dhcp6.8
:
b10-dhcp6.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
\
...
...
@@ -29,8 +29,8 @@ b10-dhcp6.8: b10-dhcp6.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/host/Makefile.am
View file @
932ddbdd
...
...
@@ -21,7 +21,7 @@ CLEANFILES += $(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-host.xml
.PHONY
:
man
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
man
:
b10-host.1
...
...
@@ -31,7 +31,7 @@ b10-host.1: b10-host.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
src/bin/loadzone/Makefile.am
View file @
932ddbdd
...
...
@@ -8,7 +8,7 @@ man_MANS = b10-loadzone.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-loadzone.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-loadzone.8
:
b10-loadzone.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-loadzone.xml
...
...
@@ -16,8 +16,8 @@ b10-loadzone.8: b10-loadzone.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/msgq/Makefile.am
View file @
932ddbdd
...
...
@@ -10,7 +10,7 @@ man_MANS = b10-msgq.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
msgq.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-msgq.8
:
msgq.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/msgq.xml
...
...
@@ -18,8 +18,8 @@ b10-msgq.8: msgq.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/resolver/Makefile.am
View file @
932ddbdd
...
...
@@ -26,7 +26,7 @@ man_MANS = b10-resolver.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-resolver.xml resolver_messages.mes
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-resolver.8
:
b10-resolver.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-resolver.xml
...
...
@@ -34,8 +34,8 @@ b10-resolver.8: b10-resolver.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/showtech/Makefile.am
View file @
932ddbdd
...
...
@@ -14,7 +14,7 @@ man_MANS = \
$(MAN1_FILES:.xml=.1)
CLEANFILES
+=
$(man_MANS)
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
.xml.1
:
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$<
...
...
@@ -22,8 +22,8 @@ if ENABLE_MAN
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/sockcreator/Makefile.am
View file @
932ddbdd
...
...
@@ -16,7 +16,7 @@ man_MANS = b10-sockcreator.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-sockcreator.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
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
...
...
@@ -24,8 +24,8 @@ b10-sockcreator.8: b10-sockcreator.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/stats/Makefile.am
View file @
932ddbdd
...
...
@@ -26,7 +26,7 @@ EXTRA_DIST += stats.spec stats-httpd.spec
EXTRA_DIST
+=
stats-httpd-xml.tpl stats-httpd-xsd.tpl stats-httpd-xsl.tpl
EXTRA_DIST
+=
stats_messages.mes stats_httpd_messages.mes
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-stats.8
:
b10-stats.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-stats.xml
...
...
@@ -37,8 +37,8 @@ b10-stats-httpd.8: b10-stats-httpd.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/usermgr/Makefile.am
View file @
932ddbdd
...
...
@@ -8,7 +8,7 @@ man_MANS = b10-cmdctl-usermgr.8
CLEANFILES
+=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-cmdctl-usermgr.xml
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-cmdctl-usermgr.8
:
b10-cmdctl-usermgr.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-cmdctl-usermgr.xml
...
...
@@ -16,8 +16,8 @@ b10-cmdctl-usermgr.8: b10-cmdctl-usermgr.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
src/bin/xfrin/Makefile.am
View file @
932ddbdd
...
...
@@ -19,7 +19,7 @@ CLEANFILES += $(man_MANS)
EXTRA_DIST
=
$(man_MANS)
b10-xfrin.xml
EXTRA_DIST
+=
xfrin.spec xfrin_messages.mes
if
EN
ABLE_MAN
if
G
EN
ERATE_DOCS
b10-xfrin.8
:
b10-xfrin.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(srcdir)
/b10-xfrin.xml
...
...
@@ -27,8 +27,8 @@ b10-xfrin.8: b10-xfrin.xml
else
$(man_MANS)
:
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
man
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
man
, and rebuild BIND 10
>
$@
@
echo
Man generation disabled. Creating dummy
$@
.
Configure with
--enable-
generate-docs
to
enable
it.
@
echo
Man generation disabled. Remove this file, configure with
--enable-
generate-docs
, and rebuild BIND 10
>
$@
endif
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment