diff options
author | Jan Lehnardt <jan@apache.org> | 2008-11-02 13:41:33 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-11-02 13:41:33 +0000 |
commit | beedd6826a270916db5f8e3cf4feca6416cdec9c (patch) | |
tree | f15562d3b252f2abbcb9f1b12957b18d1ce71b35 | |
parent | c2dba2327743dfe71643d5b294aa6d489bdae032 (diff) |
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
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |