.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"