Fix typo in make.bat template help string, update help strings

modified:   sphinx/templates/quickstart/Makefile_t
	modified:   sphinx/templates/quickstart/make.bat_t
This commit is contained in:
jfbu 2018-09-20 22:58:54 +02:00
parent e4c6963325
commit b87d339b72
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ help:
@echo " applehelp to make an Apple Help Book" @echo " applehelp to make an Apple Help Book"
@echo " devhelp to make HTML files and a Devhelp project" @echo " devhelp to make HTML files and a Devhelp project"
@echo " epub to make an epub" @echo " epub to make an epub"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " latex to make LaTeX files (you can set PAPER=a4 or PAPER=letter)"
@echo " latexpdf to make LaTeX files and run them through pdflatex" @echo " latexpdf to make LaTeX files and then PDFs out of them"
@echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
@echo " lualatexpdf to make LaTeX files and run them through lualatex" @echo " lualatexpdf to make LaTeX files and run them through lualatex"
@echo " xelatexpdf to make LaTeX files and run them through xelatex" @echo " xelatexpdf to make LaTeX files and run them through xelatex"

View File

@ -30,8 +30,8 @@ if "%1" == "help" (
echo. qthelp to make HTML files and a qthelp project echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. latex to make LaTeX files (you can set PAPER=a4 or PAPER=letter)
echo. latexpdf to make LaTeX files and run them through platex/dvipdfmx echo. latexpdf to make LaTeX files and then PDFs out of them
echo. text to make text files echo. text to make text files
echo. man to make manual pages echo. man to make manual pages
echo. texinfo to make Texinfo files echo. texinfo to make Texinfo files