From beedd6826a270916db5f8e3cf4feca6416cdec9c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 2 Nov 2008 13:41:33 +0000 Subject: Add line about instructions on how to use `make dev`. Patch by Michael Hendricks. Thanks. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709882 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3898295b..67bf82b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,8 @@ THANKS.gz: $(top_srcdir)/THANKS 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 -- cgit v1.2.3