diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2015-04-06 14:18:28 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2015-04-06 14:18:28 +0900 |
| commit | 2ee54dfd0bf0048f39882a89a0cc7d53ec8be64d (patch) | |
| tree | 6f0a6234fbb8f177e0f0b51188bfc5cea880a5cf /doc/make.bat | |
| parent | 1f65b8354e0282216d5b2489966fcda11c01a403 (diff) | |
| download | sphinx-git-2ee54dfd0bf0048f39882a89a0cc7d53ec8be64d.tar.gz | |
add make.bat for sphinx/doc
Diffstat (limited to 'doc/make.bat')
| -rw-r--r-- | doc/make.bat | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/make.bat b/doc/make.bat new file mode 100644 index 000000000..0a4bd77b9 --- /dev/null +++ b/doc/make.bat @@ -0,0 +1,33 @@ +@ECHO OFF
+
+REM Command file for Sphinx documentation
+
+if "%SPHINXBUILD%" == "" (
+ set SPHINXBUILD=python ../sphinx-build.py
+)
+set SOURCEDIR=.
+set BUILDDIR=_build
+set SPHINXPROJ=sphinx-doc
+
+if "%1" == "" goto help
+
+%SPHINXBUILD% 2> nul
+if errorlevel 9009 (
+ echo.
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
+ echo.installed, then set the SPHINXBUILD environment variable to point
+ echo.to the full path of the 'sphinx-build' executable. Alternatively you
+ echo.may add the Sphinx directory to PATH.
+ echo.
+ echo.If you don't have Sphinx installed, grab it from
+ echo.http://sphinx-doc.org/
+ exit /b 1
+)
+
+%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
+goto end
+
+:help
+%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
+
+:end
|
