Lines Matching refs:BUILDDIR
71 if not defined BUILDDIR set BUILDDIR=build
79 rmdir /q /s "%BUILDDIR%"
128 if not exist "%BUILDDIR%" mkdir "%BUILDDIR%"
131 if not defined PY_MISC_NEWS_DIR set PY_MISC_NEWS_DIR=%BUILDDIR%\%1
152 cmd /S /C "%SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . "%BUILDDIR%\%1" %2 %3 %4 %5 %6 %7 %8 %9"
155 "%HTMLHELP%" "%BUILDDIR%\htmlhelp\python%DISTVERSION:.=%.hhp"
163 echo.above. Any output will be found in %BUILDDIR%\%1
165 echo.Build succeeded. All output should be in %BUILDDIR%\%1
175 if EXIST "%BUILDDIR%\html\index.html" (
176 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
177 start "" "%BUILDDIR%\html\index.html"