summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-11-04 12:23:41 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-11-04 12:29:55 +0100
commit9e4232dbe6624446b7432ec0143f0476f46bcc8c (patch)
tree4a74a1101715bdc0b76e0cc5ed8ec1855a5c59c6 /Makefile.am
parent9bd0ea79546965316663ee74f92e265183994234 (diff)
downloadNetworkManager-9e4232dbe6624446b7432ec0143f0476f46bcc8c.tar.gz
build: set correct path to common.ent for out-of-tree builds
Otherwise the docbook files won't be able to expand the macros such as version or build-time configurable paths.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ee46587e49..6741cb495c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3811,7 +3811,7 @@ endif
###############################################################################
XSLTPROC_MAN_FLAGS = \
- --xinclude --nonet \
+ --path man --xinclude --nonet \
--stringparam man.output.quietly 1 \
--stringparam funcsynopsis.style ansi \
--stringparam man.th.extra1.suppress 1 \