diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 19:02:13 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 19:02:13 +0200 |
| commit | 392a9c0a8cd591a1d4bd892da78a65c8fbf04305 (patch) | |
| tree | 51ae7081adab86eab73a93c5bd3b77f087169b4c | |
| parent | 0a4fdccbec3411e27f07afb63bf138a49f53e86f (diff) | |
| download | sphinx-392a9c0a8cd591a1d4bd892da78a65c8fbf04305.tar.gz | |
Fix #700: use $(MAKE) in quickstart-generated makefile.
| -rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
