Lines Matching full:htmlhelp
51 if "%1" NEQ "htmlhelp" goto :skiphhcsearch
52 if exist "%HTMLHELP%" goto :skiphhcsearch
55 set HTMLHELP= variable
56 where hhc /q && set "HTMLHELP=hhc" && goto :skiphhcsearch
57 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%…
58 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HT…
59 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHEL…
60 if not exist "%HTMLHELP%" (
62 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
111 echo. html, htmlhelp, latex, text
149 if "%1" EQU "htmlhelp" (
154 if "%1" EQU "htmlhelp" (
155 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"