]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing dependency so the html.in files get built
authorNick Mathewson <nickm@torproject.org>
Thu, 23 Aug 2012 16:52:33 +0000 (12:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 23 Aug 2012 16:52:33 +0000 (12:52 -0400)
doc/include.am

index 011cc7fd0d6c40a6e9447a99dca708f88e416fa8..4876a628f28f03145ae5db9a1174dee516b2fcb9 100644 (file)
@@ -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)