text
stringlengths
0
834k
)
if ""%1"" == ""epub"" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if ""%1"" == ""latex"" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if ""%1"" == ""text"" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if ""%1"" == ""man"" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if ""%1"" == ""texinfo"" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
",26.7434554974,79,0.6987079092
110,d00e4eb731674f2deb8cff585f77c8aa2e04309e,824,cmd,Batchfile,build/msvc.make.cmd,g-stefan/build-sdk,dbaefbcbbcf80d41c9f368811356ac8f5c83847a,['MIT' 'Unlicense'],,,,build/msvc.make.cmd,g-stefan/build-sdk,dbaefbcbbcf80d41c9f368811356ac8f5c83847a,['MIT' 'Unlicense'],,,,build/msvc.make.cmd,g-stefan/build-sdk,dbaefbcbbcf80d41c9f368811356ac8f5c83847a,['MIT' 'Unlicense'],,,,"@echo off
rem Public domain
rem http://unlicense.org/
rem Created by Grigore Stefan <g_stefan@yahoo.com>
set ACTION=%1
if ""%1"" == """" set ACTION=install
if ""%1"" == ""make"" set ACTION=install
rem ---
if ""%1"" == ""debug"" set XYO_COMPILE_DEBUG=1
if ""%1"" == ""debug"" set ACTION=install
rem ---
goto StepX
:build
if ""%1"" == """" goto :eof
if exist ""..\%1\"" goto :cmdBuildCheck
echo ""Error - not found: %1""
exit 1
:cmdBuildCheck
if exist ""..\%1\build\msvc.cmd"" goto :cmdBuildRun