Skip to content

Commit

Permalink
fixend themes naming in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Sep 12, 2012
1 parent 7f5140d commit 49b34ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Makefile
Expand Up @@ -41,7 +41,7 @@ help:
clean: clean:
-rm -rf $(BUILDDIR)/* -rm -rf $(BUILDDIR)/*


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


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


_themes: themes:
@echo "Updating _themes git submodule"
cd ..; git submodule update --init --recursive; cd docs; cd ..; git submodule update --init --recursive; cd docs;


0 comments on commit 49b34ac

Please sign in to comment.