From ca148f7219b8bd9aef03f8ebc052d67d5033ab30 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 27 Jan 2010 20:23:13 +0100 Subject: [PATCH] Clean the man and html files with make (dist)clean --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.47.3