mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 10:50:06 +01:00
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.
This commit is contained in:
parent
9bd0ea7954
commit
9e4232dbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -3811,7 +3811,7 @@ endif
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
XSLTPROC_MAN_FLAGS = \
|
XSLTPROC_MAN_FLAGS = \
|
||||||
--xinclude --nonet \
|
--path man --xinclude --nonet \
|
||||||
--stringparam man.output.quietly 1 \
|
--stringparam man.output.quietly 1 \
|
||||||
--stringparam funcsynopsis.style ansi \
|
--stringparam funcsynopsis.style ansi \
|
||||||
--stringparam man.th.extra1.suppress 1 \
|
--stringparam man.th.extra1.suppress 1 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue