diff --git a/Makefile b/Makefile index 2a16baf1..d0c3cbf1 100755 --- a/Makefile +++ b/Makefile @@ -14,12 +14,6 @@ help: .PHONY: help Makefile -latexpdf: - @$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - @echo "Running LaTeX files through pdflatex..." - make -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile