소스 검색

Clean the man and html files with make (dist)clean

Sebastian Hahn 15 년 전
부모
커밋
ca148f7219
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      doc/Makefile.am

+ 3 - 0
doc/Makefile.am

@@ -70,3 +70,6 @@ tor.html : tor.html.in
 torify.html : torify.html.in
 tor-gencert.html : tor-gencert.html.in
 tor-resolve.html : tor-resolve.html.in
+
+CLEANFILES = $(asciidoc_product)
+DISTCLEANFILES = $(html_in) $(man_in)