Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
495a29ab
Commit
495a29ab
authored
Mar 02, 2015
by
Jeremy C. Reed
Browse files
generate manpages from .xml file in srcdir not builddir
The .xml file is not a generated file.
parent
cb308d7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/admin/Makefile.am
View file @
495a29ab
...
...
@@ -10,7 +10,7 @@ EXTRA_DIST = $(man_MANS) kea-admin.xml admin-utils.sh
if
GENERATE_DOCS
kea-admin.8
:
kea-admin.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
build
dir)
/kea-admin.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
src
dir)
/kea-admin.xml
else
...
...
src/bin/keactrl/Makefile.am
View file @
495a29ab
...
...
@@ -19,7 +19,7 @@ BUILT_SOURCES = kea.conf
if
GENERATE_DOCS
keactrl.8
:
keactrl.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
build
dir)
/keactrl.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
src
dir)
/keactrl.xml
else
...
...
src/bin/perfdhcp/Makefile.am
View file @
495a29ab
...
...
@@ -59,7 +59,7 @@ EXTRA_DIST += $(man_MANS) perfdhcp.xml
if
GENERATE_DOCS
perfdhcp.8
:
perfdhcp.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
build
dir)
/perfdhcp.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
-o
$@
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$(
src
dir)
/perfdhcp.xml
else
...
...
Write
Preview
Supports
Markdown
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