Merge pull request #3081 from jfbu/update_makemode_help

Let "make help" provide better info for latexpdf target
This commit is contained in:
Takeshi KOMIYA 2016-10-24 20:16:36 +09:00 committed by GitHub
commit e139636aa3

View File

@ -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"),