Fix descriptions of make targets

This commit is contained in:
Takeshi KOMIYA 2016-06-20 10:58:06 +09:00
parent 50dbfec05b
commit c59734c9f4

View File

@ -565,8 +565,8 @@ help:
\t@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
\t@echo " latexpdf to make LaTeX files and run them through pdflatex"
\t@echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
\t@echo " lualatexpdf to make LaTeX files and run them through pdflatex"
\t@echo " xelatexpdf to make LaTeX files and run them through pdflatex"
\t@echo " lualatexpdf to make LaTeX files and run them through lualatex"
\t@echo " xelatexpdf to make LaTeX files and run them through xelatex"
\t@echo " text to make text files"
\t@echo " man to make manual pages"
\t@echo " texinfo to make Texinfo files"