You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/10/28 17:13:24 UTC

[07/50] git commit: updated refs/heads/1853-fauxton-route-events to b70b7ae

[my-first-couchdb-plugin] remove note about ex-Makefile.dist


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f35c03f7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f35c03f7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f35c03f7

Branch: refs/heads/1853-fauxton-route-events
Commit: f35c03f78a4b8ef90d47aab04fa776175ffbb03a
Parents: cf4f3c9
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Oct 7 17:36:01 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Oct 7 17:36:01 2013 +0200

----------------------------------------------------------------------
 src/my-first-couchdb-plugin/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f35c03f7/src/my-first-couchdb-plugin/README.md
----------------------------------------------------------------------
diff --git a/src/my-first-couchdb-plugin/README.md b/src/my-first-couchdb-plugin/README.md
index bce2124..814ef3b 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: