Fix #700: use $(MAKE) in quickstart-generated makefile.

This commit is contained in:
Georg Brandl
2011-09-21 19:02:13 +02:00
parent c7f5ec3e8a
commit 6396adfda2

View File

@@ -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: