Warning, /iDDS/docs/make.bat is written in an unsupported language. File is not indexed.
0001 @ECHO OFF
0002
0003 pushd %~dp0
0004
0005 REM Command file for Sphinx documentation
0006
0007 if "%SPHINXBUILD%" == "" (
0008 set SPHINXBUILD=sphinx-build
0009 )
0010 set SOURCEDIR=source
0011 set BUILDDIR=build
0012
0013 if "%1" == "" goto help
0014
0015 %SPHINXBUILD% >NUL 2>NUL
0016 if errorlevel 9009 (
0017 echo.
0018 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
0019 echo.installed, then set the SPHINXBUILD environment variable to point
0020 echo.to the full path of the 'sphinx-build' executable. Alternatively you
0021 echo.may add the Sphinx directory to PATH.
0022 echo.
0023 echo.If you don't have Sphinx installed, grab it from
0024 echo.http://sphinx-doc.org/
0025 exit /b 1
0026 )
0027
0028 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
0029 goto end
0030
0031 :help
0032 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
0033
0034 :end
0035 popd