You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/07/29 17:54:40 UTC

[11/50] mochiweb commit: updated refs/heads/upstream to b66b68d

have edoc build things before generating docs. re: issue #135


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

Branch: refs/heads/upstream
Commit: 67cf0ed35af54fdf42bf53528090390ce718607c
Parents: 925a783
Author: Christopher Zorn <cz...@machinezone.com>
Authored: Fri Sep 12 11:37:05 2014 -0700
Committer: Christopher Zorn <cz...@machinezone.com>
Committed: Fri Sep 12 11:37:05 2014 -0700

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/67cf0ed3/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index e53eef5..33601c7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ REBAR=./rebar
 all:
 	@$(REBAR) prepare-deps
 
-edoc:
+edoc: all
 	@$(REBAR) doc
 
 test: