.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
+all: pdf
+
+pdf: latex
+ @$(MAKE) -C build/latex all-pdf
+
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
latex:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
+ @cp hacks/sphinx.sty build/latex
@echo
@echo "Build finished; the LaTeX files are in build/latex."
@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \