diff options
-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 |