diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-01-27 20:23:13 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-01-27 20:23:13 +0100 |
commit | ca148f7219b8bd9aef03f8ebc052d67d5033ab30 (patch) | |
tree | 73c76cd2ee0ed21fb15a6bb828a2ae6090759e8d /doc/Makefile.am | |
parent | 2c0ad636d9fad128be1a5cf7389f88949746ef48 (diff) | |
download | tor-ca148f7219b8bd9aef03f8ebc052d67d5033ab30.tar.gz tor-ca148f7219b8bd9aef03f8ebc052d67d5033ab30.zip |
Clean the man and html files with make (dist)clean
Diffstat (limited to 'doc/Makefile.am')
-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 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) |