1cc1dc7a3Sopenharmony_ci@ECHO OFF
2cc1dc7a3Sopenharmony_ci
3cc1dc7a3Sopenharmony_cipushd %~dp0
4cc1dc7a3Sopenharmony_ci
5cc1dc7a3Sopenharmony_ciREM Command file for Sphinx documentation
6cc1dc7a3Sopenharmony_ci
7cc1dc7a3Sopenharmony_ciif "%SPHINXBUILD%" == "" (
8cc1dc7a3Sopenharmony_ci	set SPHINXBUILD=sphinx-build
9cc1dc7a3Sopenharmony_ci)
10cc1dc7a3Sopenharmony_ciset SOURCEDIR=DocSource
11cc1dc7a3Sopenharmony_ciset BUILDDIR=DocOut
12cc1dc7a3Sopenharmony_ci
13cc1dc7a3Sopenharmony_ciif "%1" == "" goto help
14cc1dc7a3Sopenharmony_ci
15cc1dc7a3Sopenharmony_ci%SPHINXBUILD% >NUL 2>NUL
16cc1dc7a3Sopenharmony_ciif errorlevel 9009 (
17cc1dc7a3Sopenharmony_ci	echo.
18cc1dc7a3Sopenharmony_ci	echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
19cc1dc7a3Sopenharmony_ci	echo.installed, then set the SPHINXBUILD environment variable to point
20cc1dc7a3Sopenharmony_ci	echo.to the full path of the 'sphinx-build' executable. Alternatively you
21cc1dc7a3Sopenharmony_ci	echo.may add the Sphinx directory to PATH.
22cc1dc7a3Sopenharmony_ci	echo.
23cc1dc7a3Sopenharmony_ci	echo.If you don't have Sphinx installed, grab it from
24cc1dc7a3Sopenharmony_ci	echo.http://sphinx-doc.org/
25cc1dc7a3Sopenharmony_ci	exit /b 1
26cc1dc7a3Sopenharmony_ci)
27cc1dc7a3Sopenharmony_ci
28cc1dc7a3Sopenharmony_ci%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
29cc1dc7a3Sopenharmony_cigoto end
30cc1dc7a3Sopenharmony_ci
31cc1dc7a3Sopenharmony_ci:help
32cc1dc7a3Sopenharmony_ci%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
33cc1dc7a3Sopenharmony_ci
34cc1dc7a3Sopenharmony_ci:end
35cc1dc7a3Sopenharmony_cipopd
36