From: Jérémie Galarneau Date: Sun, 15 May 2016 20:20:48 +0000 (-0400) Subject: OOT build fix: asciidoc.conf is now generated at configure X-Git-Tag: v2.9.0-rc1~246 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fd5505f70ee6b0320be36e01a0f0dcad290a8146 OOT build fix: asciidoc.conf is now generated at configure asciidoc.conf is now generated at configure-time and must be retrieved from the build directory, not the source directory. This causes the out-of-tree build to fail. Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 075ab8ba0..22f569c5c 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -52,7 +52,7 @@ COMMON_TXT = \ $(srcdir)/common-cmd-help-options.txt # config -ASCIIDOC_CONF = $(srcdir)/asciidoc.conf +ASCIIDOC_CONF = $(builddir)/asciidoc.conf XSL_FILES = \ manpage.xsl \ manpage-callouts.xsl \