From: Jérémie Galarneau Date: Wed, 20 Jul 2016 17:56:38 +0000 (-0400) Subject: Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets X-Git-Tag: v2.8.2~25 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=427031b4ab2aeef111017401caebf2ea81d57a5f;hp=427031b4ab2aeef111017401caebf2ea81d57a5f;p=lttng-tools.git Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets 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 ---