From fd5505f70ee6b0320be36e01a0f0dcad290a8146 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 15 May 2016 16:20:48 -0400 Subject: [PATCH] OOT build fix: asciidoc.conf is now generated at configure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- doc/man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1