summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-08-11 18:14:39 +0000
committerNoah Slater <nslater@apache.org>2010-08-11 18:14:39 +0000
commitf77090c568dd1780fd1e0d96b9e3b5e1ee32cd76 (patch)
tree9923535d006211300e1aee405c1bfcb5a2d14d5d /Makefile.am
parentb6cc62eb9563103616dbbe59b94cd7f682b5353a (diff)
merged r984501 from trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d783249..8e16baf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,6 +109,8 @@ install-data-hook:
@echo "You have installed Apache CouchDB, time to relax."
distclean-local:
+ rm -fr $(top_builddir)/etc/couchdb/default.d
+ rm -fr $(top_builddir)/etc/couchdb/local.d
rm -fr $(top_builddir)/tmp
.PHONY: local-clean