From cbd89ccc8cd99174b11ddc17dd412b7768b176c1 Mon Sep 17 00:00:00 2001 From: WangXiaoPeng Date: Mon, 10 Aug 2015 20:58:09 -0400 Subject: [PATCH] Roll back the change that changed the location of build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0db6165f2..c03d22370 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = -BUILDDIR = ../../xcatdoc_build +BUILDDIR = build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)