diff options
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2cb187d82..45379d18b 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) |