Lines Matching full:htmlhelp
39 if "%1" NEQ "htmlhelp" goto :skiphhcsearch
40 if exist "%HTMLHELP%" goto :skiphhcsearch
43 set HTMLHELP= variable
44 where hhc /q && set "HTMLHELP=hhc" && goto :skiphhcsearch
45 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%…
46 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HT…
47 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHEL…
48 if not exist "%HTMLHELP%" (
50 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
99 echo. html, htmlhelp, latex, text
137 if "%1" EQU "htmlhelp" (
142 if "%1" EQU "htmlhelp" (
143 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"