OOT build fix: asciidoc.conf is now generated at configure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 15 May 2016 20:20:48 +0000 (16:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 15 May 2016 20:20:48 +0000 (16:20 -0400)
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 <jeremie.galarneau@efficios.com>
doc/man/Makefile.am

index 075ab8ba0f0f36bf8987c0787e0faa152fdc8f3b..22f569c5c0e5d5355fc10ec4e96421cb15bcba25 100644 (file)
@@ -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 \
This page took 0.025382 seconds and 4 git commands to generate.