PAPER =
# User-friendly check for sphinx-build
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
endif
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
help:
clean:
html:
@echo
dirhtml:
@echo
singlehtml:
@echo
pickle:
@echo
json:
@echo
htmlhelp:
@echo
qthelp:
@echo
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Nexus.qhcp"
@echo "To view the help file:"
@echo
"bundle."
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# devhelp"
epub:
@echo
@echo
@echo "Run \`make' in that directory to run these through (pdf)latex" \
"(use \`make latexpdf' here to do that automatically)."
@echo "Running LaTeX files through pdflatex..."
@echo "Running LaTeX files through platex and dvipdfmx..."
text:
@echo
man:
@echo
@echo
@echo "Run \`make' in that directory to run these through makeinfo" \
"(use \`make info' here to do that automatically)."
info:
@echo "Running Texinfo files through makeinfo..."
@echo
@echo
@echo
@echo "Link check complete; look for any errors in the above output " \
@echo "Testing of doctests in the sources finished, look at the " \
@echo "Testing of coverage in the sources finished, look at the " \
xml:
@echo
@echo