Debugging in make.bat

This commit is contained in:
Alan Saul 2013-02-08 13:10:27 +00:00
parent b2ba4fdfe3
commit b28c4e415e
2 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,11 @@ if NOT "%PAPER%" == "" (
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
echo "Sphinx details"
echo "%SPHINXBUILD%"
echo "%ALLSPHINXOPTS%"
if "%1" == "" goto help
if "%1" == "help" (