summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-07 17:36:01 +0200
committerJan Lehnardt <jan@apache.org>2013-10-07 17:36:01 +0200
commitf35c03f78a4b8ef90d47aab04fa776175ffbb03a (patch)
tree1b1ede1a0524f0a82436530c1be3aac6a1c5ebfa
parentcf4f3c931edc3a14863f6fc0aa4ba4d1588389ec (diff)
downloadcouchdb-build-system-fixes-1.5.x.tar.gz
[my-first-couchdb-plugin] remove note about ex-Makefile.distbuild-system-fixes-1.5.x
-rw-r--r--src/my-first-couchdb-plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my-first-couchdb-plugin/README.md b/src/my-first-couchdb-plugin/README.md
index bce2124e7..814ef3b88 100644
--- a/src/my-first-couchdb-plugin/README.md
+++ b/src/my-first-couchdb-plugin/README.md
@@ -36,7 +36,7 @@ Next, install *rebar* from <https://github.com/rebar/rebar>. Rebar is a build to
It doesn’t do much, but you get your first module going. Let’s try to compile it.
-`my_first_couchdb_plugin` comes with a `Makefile.dist` that helps you with common tasks. To make your life easier, rename it from `Makefile.dist` to `Makefile`.
+`my_first_couchdb_plugin` comes with a `Makefile` that helps you with common tasks.
To compile your code, simply run: