Index: make.bat =================================================================== --- make.bat (revision 61620) +++ make.bat (working copy) @@ -42,7 +42,7 @@ if not exist build\%1 mkdir build\%1 if not exist build\doctrees mkdir build\doctrees cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%1 -if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\pydoc.hhp +if "%1" EQU "htmlhelp" cmd /C %PYTHON% -c "import os, conf; os.system (r'%%s build\htmlhelp\%%s.hhp' %% (os.environ['HTMLHELP'], conf.htmlhelp_basename))" goto end :webrun