From bca15778fa84da999f590097dc72cf0e64f5a07c Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sat, 12 Dec 2009 11:51:18 +0100 Subject: Explicitly depend on generated documentation files * build/doc-reference.am (all-local): List the files to be distributed or installed explicitly as dependencies. It appears that the previous change to assign some variables conditionally hides them from Automake. --- build/doc-reference.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build') diff --git a/build/doc-reference.am b/build/doc-reference.am index 925a53f..6f5c353 100644 --- a/build/doc-reference.am +++ b/build/doc-reference.am @@ -129,6 +129,9 @@ else doc_dependencies = endif +# Explicitly depend on the files to be distributed or installed. +all-local: $(doc_inst_files) $(doc_dist_files) + # Hook up custom rules for translating references to external documentation # to the actual location at install time. install-data-local: $(doc_inst_targets) -- cgit v1.2.1