瀏覽代碼

Add missing dependency so the html.in files get built

Nick Mathewson 12 年之前
父節點
當前提交
3f66664935
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/include.am

+ 2 - 0
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)