diff options
author | Georg Brandl <georg@python.org> | 2010-05-23 12:05:07 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-23 12:05:07 +0200 |
commit | 9116cf9779bc84a4111d00b85b83a66c67351e51 (patch) | |
tree | 5511e31a0c780ab951d9dd71bec595b49163c0c8 /sphinx/quickstart.py | |
parent | 77b3c1504959d9860316a6fd3df81e8f9fa9833a (diff) | |
download | sphinx-git-9116cf9779bc84a4111d00b85b83a66c67351e51.tar.gz |
Mention "make latexpdf".
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 8479575a8..97ddfc32f 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -405,8 +405,8 @@ latex: \t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex \t@echo \t@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." -\t@echo "Run \\`make all-pdf' or \\`make all-ps' in that directory to" \\ -\t "run these through (pdf)latex." +\t@echo "Run \\`make' in that directory to run these through (pdf)latex" \\ +\t "(use \\`make latexpdf' here to do that automatically)." latexpdf: latex \t$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex |