summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lehmann <mail@robertlehmann.de>2011-10-06 14:52:54 +0200
committerRobert Lehmann <mail@robertlehmann.de>2011-10-06 14:52:54 +0200
commitd2804bb6db39ac547a0781dde5c5b3b384a9be09 (patch)
tree0c28aaaea5d4dcb5f8f02a6a200afc2c1e7a7994
parent68f68bdf37b1602b4463f2f6891159b13cb70c91 (diff)
downloadsphinx-d2804bb6db39ac547a0781dde5c5b3b384a9be09.tar.gz
Fixes #354: Addressed PDF generation in the tutorial.
-rw-r--r--doc/tutorial.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index fa6ee2ab..055dda97 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -125,6 +125,12 @@ to run ::
to build HTML docs in the build directory you chose. Execute ``make`` without
an argument to see which targets are available.
+.. admonition:: How do I generate PDF documents?
+
+ ``make latexpdf`` runs the :mod:`LaTeX builder
+ <sphinx.builders.latex.LaTeXBuilder>` and readily invokes the pdfTeX
+ toolchain for you.
+
Documenting objects
-------------------