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.
make latex
1 parent 0d4d4cd commit cedb4d6Copy full SHA for cedb4d6
1 file changed
Doc/Makefile
@@ -88,9 +88,9 @@ htmlhelp: build
88
"build/htmlhelp/pydoc.hhp project file."
89
90
.PHONY: latex
91
-latex: _ensure-sphinxcontrib-svg2pdfconverter
92
latex: BUILDER = latex
93
-latex: build
+latex: _ensure-sphinxcontrib-svg2pdfconverter
+ $(MAKE) build BUILDER=$(BUILDER)
94
@echo "Build finished; the LaTeX files are in build/latex."
95
@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
96
"run these through (pdf)latex."
0 commit comments