Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
[lttng-tools.git] / doc / man / Makefile.am
index 860c8be209a2fff01034c4a90578fd1c6bc405e3..5ec6f4fafdc0c682cc7f7a6c2f69584b9a939dff 100644 (file)
@@ -52,7 +52,7 @@ COMMON_TXT = \
        $(srcdir)/common-cmd-help-options.txt
 
 # config
-ASCIIDOC_CONF = $(builddir)/asciidoc.conf
+ASCIIDOC_CONF = $(srcdir)/asciidoc.conf
 ASCIIDOC_ATTRS_CONF = $(builddir)/asciidoc-attrs.conf
 XSL_FILES = \
        manpage.xsl \
@@ -62,7 +62,7 @@ XSL_FILES = \
 XSL_SRC_FILES = $(addprefix $(srcdir)/xsl/,$(XSL_FILES))
 
 # common dependencies
-COMMON_DEPS = $(ASCIIDOC_CONF) $(COMMON_TXT)
+COMMON_DEPS = $(ASCIIDOC_CONF) $(COMMON_TXT) $(ASCIIDOC_ATTRS_CONF)
 
 # man pages destinations
 MAN1 = $(addsuffix .1,$(MAN1_NAMES))
This page took 0.024024 seconds and 4 git commands to generate.