source: flex_extract.git/for_developers/SphinxDoc/make.bat @ 65748f4

ctbtodev
Last change on this file since 65748f4 was 25b14be, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

changed whole tree structure of flex_extract to have better overview

  • Property mode set to 100644
File size: 821 bytes
Line 
1@ECHO OFF
2
3pushd %~dp0
4
5REM Command file for Sphinx documentation
6
7if "%SPHINXBUILD%" == "" (
8        set SPHINXBUILD=sphinx-build
9)
10set SOURCEDIR=.
11set BUILDDIR=_build
12set SPHINXPROJ=flex_extract_test
13
14if "%1" == "" goto help
15
16%SPHINXBUILD% >NUL 2>NUL
17if errorlevel 9009 (
18        echo.
19        echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
20        echo.installed, then set the SPHINXBUILD environment variable to point
21        echo.to the full path of the 'sphinx-build' executable. Alternatively you
22        echo.may add the Sphinx directory to PATH.
23        echo.
24        echo.If you don't have Sphinx installed, grab it from
25        echo.http://sphinx-doc.org/
26        exit /b 1
27)
28
29%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
30goto end
31
32:help
33%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
34
35:end
36popd
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG