From 3f6666493535477e7dea25407522ce4f0d74c21a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 23 Aug 2012 12:52:33 -0400 Subject: Add missing dependency so the html.in files get built --- doc/include.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/include.am b/doc/include.am index 011cc7fd0d..4876a628f2 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) -- cgit v1.2.3-54-g00ecf