tagging 1.0.1

git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.0.1@984507 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Makefile.am b/Makefile.am
index 8d78324..8e16baf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,6 +109,8 @@
 	@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