summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-07-16 15:45:46 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-07-16 15:45:46 -0700
commit638a35d3623801f5a0e09ecf68852fadbddf7187 (patch)
tree9978175d6b9ce6de556c5d6957a0d137e4e4551b
parent7c3f027fd7f7c31750e693dcf7f9a49d751ea2d7 (diff)
downloadpython-cheetah-gh-pages.tar.gz
Update makefile to output into parentgh-pages
-rw-r--r--sources/Makefile4
1 files 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