You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2010/08/11 20:12:40 UTC

svn commit: r984501 - in /couchdb/trunk: Makefile.am etc/couchdb/

Author: nslater
Date: Wed Aug 11 18:12:40 2010
New Revision: 984501

URL: http://svn.apache.org/viewvc?rev=984501&view=rev
Log:
properly clean up source directories after dev target

Modified:
    couchdb/trunk/Makefile.am
    couchdb/trunk/etc/couchdb/   (props changed)

Modified: couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=984501&r1=984500&r2=984501&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Wed Aug 11 18:12:40 2010
@@ -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

Propchange: couchdb/trunk/etc/couchdb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Aug 11 18:12:40 2010
@@ -1,6 +1,8 @@
 Makefile
 Makefile.in
-default.ini
 default_dev.ini
+default.d
+default.ini
 default.ini.tpl
 local_dev.ini
+local.d