diff options
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r-- | sphinx/make_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py index 7ed0c83f2..28316458e 100644 --- a/sphinx/make_mode.py +++ b/sphinx/make_mode.py @@ -39,7 +39,7 @@ BUILDERS = [ ("", "devhelp", "to make HTML files and a Devhelp project"), ("", "epub", "to make an epub"), ("", "latex", "to make LaTeX files, you can set PAPER=a4 or PAPER=letter"), - ("posix", "latexpdf", "to make LaTeX files and run them through pdflatex"), + ("posix", "latexpdf", "to make LaTeX and PDF files (default pdflatex)"), ("posix", "latexpdfja", "to make LaTeX files and run them through platex/dvipdfmx"), ("", "text", "to make text files"), ("", "man", "to make manual pages"), |