[tor-commits] [tor/master] Add missing dependency so the html.in files get built

nickm at torproject.org nickm at torproject.org
Mon Aug 27 14:34:49 UTC 2012


commit 3f6666493535477e7dea25407522ce4f0d74c21a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Aug 23 12:52:33 2012 -0400

    Add missing dependency so the html.in files get built
---
 doc/include.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/include.am b/doc/include.am
index 011cc7f..4876a62 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)





More information about the tor-commits mailing list