[Bf-docboard-svn] bf-manual: [7186] trunk/blender_docs/make.bat: make.bat: Remove epub3 builder

Aaron Carlisle noreply at blender.org
Mon Oct 5 21:10:30 CEST 2020


Revision: 7186
          https://developer.blender.org/rBM7186
Author:   Blendify
Date:     2020-10-05 21:10:30 +0200 (Mon, 05 Oct 2020)
Log Message:
-----------
make.bat: Remove epub3 builder

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

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2020-10-05 19:01:29 UTC (rev 7185)
+++ trunk/blender_docs/make.bat	2020-10-05 19:10:30 UTC (rev 7186)
@@ -29,7 +29,6 @@
 	echo.                       though the PDF generates, there are various unresolved issues
 	echo.- gettext              to make PO message catalogs
 	echo.- epub                 to make an epub
-	echo.- epub3                to make an epub3
 	echo.- readme               to make a 'readme.html' file
 	echo.- clean                to delete all old build files
 	echo.
@@ -136,14 +135,6 @@
 	goto EOF
 )
 
-if "%1" == "epub3" (
-	%SPHINXBUILD% -b epub3 %SPHINXOPTS% %SOURCEDIR% %BUILDDIR%/epub3
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
-	goto EOF
-)
-
 if "%1" == "translations" (
 	sphinx-intl build
 	%SPHINXBUILD% -b html -D language='%2' %SPHINXOPTS% %SOURCEDIR% %BUILDDIR%/html



More information about the Bf-docboard-svn mailing list