diff --git a/CHANGES b/CHANGES index f2ec8b162..4289dd325 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,7 @@ Bugs fixed * #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags` * #5422: lambda object causes PicklingError on storing environment * #5417: Sphinx fails to build with syntax error in Python 2.7.5 +* #4911: add latexpdf to make.bat for non make-mode Testing -------- @@ -36,6 +37,7 @@ Dependencies ``xelatex/lualatex``), instructs ``make latexpdf`` to use :program:`xindy` for general index. Make sure your LaTeX distribution includes it. (refs: #5134) +* LaTeX: ``latexmk`` is required for ``make latexpdf`` on Windows Incompatible changes -------------------- diff --git a/sphinx/templates/quickstart/make.bat_t b/sphinx/templates/quickstart/make.bat_t index cd96c0736..c162da36d 100644 --- a/sphinx/templates/quickstart/make.bat_t +++ b/sphinx/templates/quickstart/make.bat_t @@ -31,6 +31,7 @@ if "%1" == "help" ( echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub 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. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files