diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 19:08:03 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 19:08:03 +0200 |
| commit | 4c7a3aba51f1f9e67e7311c232f9377084b3338a (patch) | |
| tree | 31b25c774c17bfe952b66e6c7b9223b733d9fc0b /sphinx/quickstart.py | |
| parent | 0e55d4967fa9c2f9d2abc09ffa9fad357c47bf16 (diff) | |
| parent | 392a9c0a8cd591a1d4bd892da78a65c8fbf04305 (diff) | |
| download | sphinx-4c7a3aba51f1f9e67e7311c232f9377084b3338a.tar.gz | |
Merge with 1.0.
Diffstat (limited to 'sphinx/quickstart.py')
| -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 ad7b3ce5..c7b3aaf8 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -467,7 +467,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: |
