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 dc7ca40 commit 974beb7Copy full SHA for 974beb7
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