summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-05-09 09:31:30 -0400
committerChris McDonough <chrism@plope.com>2012-05-09 09:31:30 -0400
commit11fe8d003dc81901d8c9c5e12722ea6e44e4f151 (patch)
tree17af9308f9ca4af065f8ca409438ae765acbbd27 /docs/Makefile
parent25f3e44681459deff685b7b5c769d98f21532704 (diff)
parentf36a9018a4b20917c8cc748b93da279bfeed39d1 (diff)
downloadpyramid-11fe8d003dc81901d8c9c5e12722ea6e44e4f151.tar.gz
pyramid-11fe8d003dc81901d8c9c5e12722ea6e44e4f151.tar.bz2
pyramid-11fe8d003dc81901d8c9c5e12722ea6e44e4f151.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index bb381fc53..e4a325022 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -25,7 +25,7 @@ help:
clean:
-rm -rf _build/*
-html:
+html: _themes
mkdir -p _build/html _build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
@echo
@@ -47,7 +47,7 @@ pickle:
web: pickle
-htmlhelp:
+htmlhelp: _themes
mkdir -p _build/htmlhelp _build/doctrees
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
@echo
@@ -84,3 +84,5 @@ epub:
@echo
@echo "Build finished. The epub file is in _build/epub."
+_themes:
+ git submodule update --init