Repository: couchdb Updated Branches: refs/heads/master 4bd9e7e4c -> c24daa8ae
do not build docs in release tarball Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c24daa8a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c24daa8a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c24daa8a Branch: refs/heads/master Commit: c24daa8ae626410b29f8af62c3bb238d7c4fd739 Parents: 55b0a42 Author: Jan Lehnardt <[email protected]> Authored: Thu Dec 24 13:02:54 2015 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Thu Dec 24 13:03:05 2015 +0100 ---------------------------------------------------------------------- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/c24daa8a/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 6ddda9f..ee744e8 100644 --- a/Makefile +++ b/Makefile @@ -70,8 +70,11 @@ couch: config.erl .PHONY: docs # target: docs - Build documentation +ifeq ($(IN_RELEASE), true) +docs: share/docs/html +else docs: src/docs/build - +endif .PHONY: fauxton # target: fauxton - Build Fauxton web UI
