Skip to content

Commit

Permalink
Add line about instructions on how to use make dev. Patch by Michae…
Browse files Browse the repository at this point in the history
…l Hendricks. Thanks.

git-svn-id: http://svn.apache.org/repos/asf/incubator/couchdb/trunk@709882 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jan committed Nov 2, 2008
1 parent 83a3d5b commit e8902bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit e8902bb

Please sign in to comment.