aboutsummaryrefslogtreecommitdiff
path: root/doc/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-23 12:52:33 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-23 12:52:33 -0400
commit3f6666493535477e7dea25407522ce4f0d74c21a (patch)
treeaa9f67102013834b71d25e43792fc3381b648672 /doc/include.am
parent8f60f70e213376f329e49ae46b4bb1b82f350aba (diff)
downloadtor-3f6666493535477e7dea25407522ce4f0d74c21a.tar
tor-3f6666493535477e7dea25407522ce4f0d74c21a.tar.gz
Add missing dependency so the html.in files get built
Diffstat (limited to 'doc/include.am')
-rw-r--r--doc/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/include.am b/doc/include.am
index 011cc7fd0..4876a628f 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -63,5 +63,7 @@ $(asciidoc_product) : $(txt_in) $(man_in)
fi
$(AM_V_GEN)./config.status --file=$@;
+$(doc_DATA) : $(html_in)
+
CLEANFILES+= $(asciidoc_product) config.log
DISTCLEANFILES+= $(html_in) $(man_in)