You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/11/02 14:41:34 UTC

svn commit: r709882 - /incubator/couchdb/trunk/Makefile.am

Author: jan
Date: Sun Nov  2 05:41:33 2008
New Revision: 709882

URL: http://svn.apache.org/viewvc?rev=709882&view=rev
Log:
Add line about instructions on how to use `make dev`. Patch by Michael Hendricks. Thanks.

Modified:
    incubator/couchdb/trunk/Makefile.am

Modified: incubator/couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/Makefile.am?rev=709882&r1=709881&r2=709882&view=diff
==============================================================================
--- incubator/couchdb/trunk/Makefile.am (original)
+++ incubator/couchdb/trunk/Makefile.am Sun Nov  2 05:41:33 2008
@@ -39,7 +39,8 @@
 dev: all
 	@echo "This command is intended for developers to use;"
 	@echo "it creates development ini files as well as a"
-	@echo "$(top_srcdir)/tmp structure for development runtime files"
+	@echo "$(top_srcdir)/tmp structure for development runtime files."
+	@echo "Use ./utils/run to launch CouchDB from the source tree."
 	mkdir -p $(top_srcdir)/tmp/lib
 	mkdir -p $(top_srcdir)/tmp/log
 	mkdir -p $(top_srcdir)/tmp/run