RMR Python has been moved to xapp frame.
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / docs / make.bat
diff --git a/src/bindings/rmr-python/docs/make.bat b/src/bindings/rmr-python/docs/make.bat
deleted file mode 100644 (file)
index 6247f7e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-@ECHO OFF\r
-\r
-pushd %~dp0\r
-\r
-REM Command file for Sphinx documentation\r
-\r
-if "%SPHINXBUILD%" == "" (\r
-       set SPHINXBUILD=sphinx-build\r
-)\r
-set SOURCEDIR=source\r
-set BUILDDIR=build\r
-\r
-if "%1" == "" goto help\r
-\r
-%SPHINXBUILD% >NUL 2>NUL\r
-if errorlevel 9009 (\r
-       echo.\r
-       echo.The 'sphinx-build' command was not found. Make sure you have Sphinx\r
-       echo.installed, then set the SPHINXBUILD environment variable to point\r
-       echo.to the full path of the 'sphinx-build' executable. Alternatively you\r
-       echo.may add the Sphinx directory to PATH.\r
-       echo.\r
-       echo.If you don't have Sphinx installed, grab it from\r
-       echo.http://sphinx-doc.org/\r
-       exit /b 1\r
-)\r
-\r
-%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%\r
-goto end\r
-\r
-:help\r
-%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%\r
-\r
-:end\r
-popd\r