Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Sep 16, 2012
1 parent 331a8a2 commit 4cfc14d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -36,7 +36,7 @@ help:
clean:
-rm -rf $(BUILDDIR)/*

html: _themes
html: themes
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
Expand All @@ -61,7 +61,7 @@ json:
@echo
@echo "Build finished; now you can process the JSON files."

htmlhelp: _themes
htmlhelp: themes
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
@echo
@echo "Build finished; now you can run HTML Help Workshop with the" \
Expand Down Expand Up @@ -130,6 +130,6 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."

_themes:
git submodule update --init
git submodule update --init --recursive


0 comments on commit 4cfc14d

Please sign in to comment.