From: Nick Mathewson Date: Thu, 23 Aug 2012 16:52:33 +0000 (-0400) Subject: Add missing dependency so the html.in files get built X-Git-Tag: tor-0.2.4.1-alpha~37^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f6666493535477e7dea25407522ce4f0d74c21a;p=thirdparty%2Ftor.git Add missing dependency so the html.in files get built --- 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)