You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/10/16 11:10:00 UTC

[2/3] documentation commit: updated refs/heads/master to ef83847

Use "build" directory for output artifacts


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

Branch: refs/heads/master
Commit: 1255a2d3cad10bd6292aa4e2facdeb6905918ccd
Parents: c3416a0
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 16 13:02:28 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 16 13:06:02 2014 +0400

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


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1255a2d3/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 5263e5b..e0da59a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 ## the License.
 
 SPHINXBUILD  := sphinx-build
-BUILDDIR     := _build
+BUILDDIR     := build
 COUCHVERSION := $(shell git describe --tags --abbrev=0 2>/dev/null || echo unknown)
 COUCHDOCSHA  := $(shell git rev-parse --verify --short HEAD 2>/dev/null || echo src)
 COUCHRELEASE := $(COUCHVERSION)-git-$(COUCHDOCSHA)