bump spotbugs (+ maven-plugin) from 3.1.5 to 3.1.6
[odlparent.git] / make.bat
1 @ECHO OFF\r
2 \r
3 pushd %~dp0\r
4 \r
5 REM Command file for Sphinx documentation\r
6 \r
7 if "%SPHINXBUILD%" == "" (\r
8         set SPHINXBUILD=sphinx-build\r
9 )\r
10 set SOURCEDIR=.\r
11 set BUILDDIR=_build\r
12 set SPHINXPROJ=ODLParent\r
13 \r
14 if "%1" == "" goto help\r
15 \r
16 %SPHINXBUILD% >NUL 2>NUL\r
17 if errorlevel 9009 (\r
18         echo.\r
19         echo.The 'sphinx-build' command was not found. Make sure you have Sphinx\r
20         echo.installed, then set the SPHINXBUILD environment variable to point\r
21         echo.to the full path of the 'sphinx-build' executable. Alternatively you\r
22         echo.may add the Sphinx directory to PATH.\r
23         echo.\r
24         echo.If you don't have Sphinx installed, grab it from\r
25         echo.http://sphinx-doc.org/\r
26         exit /b 1\r
27 )\r
28 \r
29 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%\r
30 goto end\r
31 \r
32 :help\r
33 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%\r
34 \r
35 :end\r
36 popd\r