mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #700: use $(MAKE) in quickstart-generated makefile.
This commit is contained in:
@@ -420,7 +420,7 @@ latex:
|
||||
latexpdf:
|
||||
\t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
|
||||
\t@echo "Running LaTeX files through pdflatex..."
|
||||
\tmake -C $(BUILDDIR)/latex all-pdf
|
||||
\t$(MAKE) -C $(BUILDDIR)/latex all-pdf
|
||||
\t@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
|
||||
|
||||
text:
|
||||
|
||||
Reference in New Issue
Block a user