We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3626db8 commit 7d0b2f7Copy full SHA for 7d0b2f7
Makefile
@@ -14,12 +14,6 @@ help:
14
15
.PHONY: help Makefile
16
17
-latexpdf:
18
- @$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
19
- @echo "Running LaTeX files through pdflatex..."
20
- make -C $(BUILDDIR)/latex all-pdf
21
- @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
22
-
23
# Catch-all target: route all unknown targets to Sphinx using the new
24
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
25
%: Makefile
0 commit comments