From 638a35d3623801f5a0e09ecf68852fadbddf7187 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Thu, 16 Jul 2009 15:45:46 -0700 Subject: Update makefile to output into parent --- sources/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Makefile b/sources/Makefile index f390dee..636d5b7 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -30,9 +30,9 @@ clean: -rm -rf _build/* html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../ @echo - @echo "Build finished. The HTML pages are in _build/html." + @echo "Build finished. The HTML pages are in ../" dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml -- cgit v1.2.1