Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison docs/make.bat @ 279:86d8929e4747
Add the Sphinx documentation sources as generated by sphinx-quickstart
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 17 Sep 2022 23:10:10 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 278:a6c9eb25ae81 | 279:86d8929e4747 |
|---|---|
| 1 @ECHO OFF | |
| 2 | |
| 3 pushd %~dp0 | |
| 4 | |
| 5 REM Command file for Sphinx documentation | |
| 6 | |
| 7 if "%SPHINXBUILD%" == "" ( | |
| 8 set SPHINXBUILD=sphinx-build | |
| 9 ) | |
| 10 set SOURCEDIR=. | |
| 11 set BUILDDIR=_build | |
| 12 | |
| 13 %SPHINXBUILD% >NUL 2>NUL | |
| 14 if errorlevel 9009 ( | |
| 15 echo. | |
| 16 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx | |
| 17 echo.installed, then set the SPHINXBUILD environment variable to point | |
| 18 echo.to the full path of the 'sphinx-build' executable. Alternatively you | |
| 19 echo.may add the Sphinx directory to PATH. | |
| 20 echo. | |
| 21 echo.If you don't have Sphinx installed, grab it from | |
| 22 echo.https://www.sphinx-doc.org/ | |
| 23 exit /b 1 | |
| 24 ) | |
| 25 | |
| 26 if "%1" == "" goto help | |
| 27 | |
| 28 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% | |
| 29 goto end | |
| 30 | |
| 31 :help | |
| 32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% | |
| 33 | |
| 34 :end | |
| 35 popd |
