From 9e4232dbe6624446b7432ec0143f0476f46bcc8c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 4 Nov 2016 12:23:41 +0100 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ee46587e4..6741cb495 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 \