diff options
author | jfbu <jfbu@free.fr> | 2016-10-23 11:25:05 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2016-10-23 11:25:05 +0200 |
commit | 8aa66fda809112baf7f2ebac2fb49d6d587f9201 (patch) | |
tree | 5406cd9a63dee982711de7b6ffe3005d4ac06c8f /sphinx/make_mode.py | |
parent | ef73ecefb22aa43a280a728c77eae99925b92818 (diff) | |
download | sphinx-git-8aa66fda809112baf7f2ebac2fb49d6d587f9201.tar.gz |
Let "make help" provide better info for latexpdf target
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 3bc8fa2a0..2289ac79c 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"), |