Let "make help" provide better info for latexpdf target

This commit is contained in:
jfbu 2016-10-23 11:25:05 +02:00
parent ef73ecefb2
commit 8aa66fda80

View File

@ -39,7 +39,7 @@ BUILDERS = [
("", "devhelp", "to make HTML files and a Devhelp project"), ("", "devhelp", "to make HTML files and a Devhelp project"),
("", "epub", "to make an epub"), ("", "epub", "to make an epub"),
("", "latex", "to make LaTeX files, you can set PAPER=a4 or PAPER=letter"), ("", "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"), ("posix", "latexpdfja", "to make LaTeX files and run them through platex/dvipdfmx"),
("", "text", "to make text files"), ("", "text", "to make text files"),
("", "man", "to make manual pages"), ("", "man", "to make manual pages"),