[Bf-docboard-svn] bf-manual: [7861] trunk/blender_docs/make.bat: Windows: Remove old make tranlations target

Aaron Carlisle noreply at blender.org
Mon Mar 22 05:12:24 CET 2021


Revision: 7861
          https://developer.blender.org/rBM7861
Author:   Blendify
Date:     2021-03-22 05:12:24 +0100 (Mon, 22 Mar 2021)
Log Message:
-----------
Windows: Remove old make tranlations target

Translators should now set `BF_LANG`

Modified Paths:
--------------
    trunk/blender_docs/make.bat

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2021-03-22 03:37:56 UTC (rev 7860)
+++ trunk/blender_docs/make.bat	2021-03-22 04:12:24 UTC (rev 7861)
@@ -92,13 +92,6 @@
 	goto EOF
 )
 
-if "%1" == "translations" (
-	%SPHINXBUILD% -b html -D language='%2' %SPHINXOPTS% %O% %SOURCEDIR% %BUILDDIR%/html
-	if errorlevel 1 exit /b 1
-	echo.  start %BUILDDIR%/html/index.html
-	goto EOF
-)
-
 if "%1" == "readme" (
 	rst2html5.py readme.rst > build/readme.html
 	echo.Build finished. The HTML page is in %BUILDDIR%/readme.html.



More information about the Bf-docboard-svn mailing list