diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-23 12:52:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-23 12:52:33 -0400 |
commit | 3f6666493535477e7dea25407522ce4f0d74c21a (patch) | |
tree | aa9f67102013834b71d25e43792fc3381b648672 /doc | |
parent | 8f60f70e213376f329e49ae46b4bb1b82f350aba (diff) | |
download | tor-3f6666493535477e7dea25407522ce4f0d74c21a.tar tor-3f6666493535477e7dea25407522ce4f0d74c21a.tar.gz |
Add missing dependency so the html.in files get built
Diffstat (limited to 'doc')
-rw-r--r-- | doc/include.am | 2 |
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) |