Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Jul 2016 17:56:38 +0000 (13:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Jul 2016 17:58:57 +0000 (13:58 -0400)
ASCIIDOC_ATTRS_CONF contains the various paths set by autoconf,
such as datadir, syscondif and prefix, and it may be changed
by the user by invoking ./configure with different options. In
such a case, the man pages should be regenerated to take the new
paths into account.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/Makefile.am

index 1090f1ac11a910904c91129c197af7f8bbcc3310..5ec6f4fafdc0c682cc7f7a6c2f69584b9a939dff 100644 (file)
@@ -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.02936 seconds and 4 git commands to generate.