From: Sebastian Hahn Date: Wed, 27 Jan 2010 19:23:13 +0000 (+0100) Subject: Clean the man and html files with make (dist)clean X-Git-Tag: tor-0.2.2.9-alpha~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca148f7219b8bd9aef03f8ebc052d67d5033ab30;p=thirdparty%2Ftor.git Clean the man and html files with make (dist)clean --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 2cb187d82d..45379d18b9 100644 --- a/doc/Makefile.am +++ b/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)