소스 검색

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)