Lines Matching full:htmlhelp
22 if "%1" NEQ "htmlhelp" goto :skiphhcsearch
23 if exist "%HTMLHELP%" goto :skiphhcsearch
26 set HTMLHELP= variable
27 where hhc /q && set HTMLHELP=hhc && goto :skiphhcsearch variable
28 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%…
29 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HT…
30 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHEL…
31 if not exist "%HTMLHELP%" (
33 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
82 echo. html, htmlhelp, latex, text
105 if "%1" EQU "htmlhelp" (
106 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"