From 392a9c0a8cd591a1d4bd892da78a65c8fbf04305 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 21 Sep 2011 19:02:13 +0200 Subject: Fix #700: use $(MAKE) in quickstart-generated makefile. --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/quickstart.py') diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index c825e9be..27189a66 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -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: -- cgit v1.2.1