summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/bug179244
-rw-r--r--doc/include.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug17924 b/changes/bug17924
new file mode 100644
index 0000000000..aa5cf58730
--- /dev/null
+++ b/changes/bug17924
@@ -0,0 +1,4 @@
+ o Minor bugfixes (makefile):
+ - Remove config.log only from make distclean, not from
+ make clean. Fixes bug 17924; bugfix on 0.2.4.1-alpha.
+
diff --git a/doc/include.am b/doc/include.am
index 01a5ef2524..7164a4b2a0 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -90,5 +90,5 @@ doc/tor-gencert.1: doc/tor-gencert.1.in
doc/tor-resolve.1: doc/tor-resolve.1.in
doc/torify.1: doc/torify.1.in
-CLEANFILES+= $(asciidoc_product) config.log
+CLEANFILES+= $(asciidoc_product)
DISTCLEANFILES+= $(html_in) $(man_in)