summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-03 00:48:59 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-03 00:48:59 +0200
commitddf5020ea8d51292791138ea14f5f369191bcbc9 (patch)
tree439cb002c41593055efb46fcb77313dff0c8670a /doc/Makefile.am
parent9265190b16cae3b95f73bfb478e97b4fcfba0e17 (diff)
downloadtor-ddf5020ea8d51292791138ea14f5f369191bcbc9.tar.gz
tor-ddf5020ea8d51292791138ea14f5f369191bcbc9.zip
Fix 'make distcheck'
We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d976f9d6fa..2e70fd7474 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -77,5 +77,5 @@ torify.html : torify.html.in
tor-gencert.html : tor-gencert.html.in
tor-resolve.html : tor-resolve.html.in
-CLEANFILES = $(asciidoc_product)
+CLEANFILES = $(asciidoc_product) config.log
DISTCLEANFILES = $(html_in) $(man_in)