Blaise Laflamme
2012-09-16 3fd49c56a6e583b3d742360896cc4acd49f4b4ac
fixed git submodule update for docs
1 files modified
6 ■■■■ changed files
docs/Makefile 6 ●●●● patch | view | raw | blame | history
docs/Makefile
@@ -25,7 +25,7 @@
clean:
    -rm -rf _build/*
html: _themes
html: themes
    mkdir -p _build/html _build/doctrees
    $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
    @echo
@@ -47,7 +47,7 @@
web: pickle
htmlhelp: _themes
htmlhelp: themes
    mkdir -p _build/htmlhelp _build/doctrees
    $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
    @echo
@@ -85,4 +85,4 @@
    @echo "Build finished. The epub file is in _build/epub."
_themes:
    git submodule update --init
    cd ..; git submodule update --init --recursive; cd docs;