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 <[email protected]> Authored: Fri Sep 12 11:37:05 2014 -0700 Committer: Christopher Zorn <[email protected]> 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:
