[Bf-docboard-svn] bf-manual: [7208] trunk/blender_docs/make.bat: make.bat: Remove duplicate print statements

Aaron Carlisle noreply at blender.org
Fri Oct 9 18:51:02 CEST 2020


Revision: 7208
          https://developer.blender.org/rBM7208
Author:   Blendify
Date:     2020-10-09 18:51:01 +0200 (Fri, 09 Oct 2020)
Log Message:
-----------
make.bat: Remove duplicate print statements

These prints were already made by sphinx

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

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2020-10-09 16:27:55 UTC (rev 7207)
+++ trunk/blender_docs/make.bat	2020-10-09 16:51:01 UTC (rev 7208)
@@ -69,8 +69,6 @@
 	:html
 	%SPHINXBUILD% -b html %SPHINXOPTS% %O% %SOURCEDIR% %BUILDDIR%/html
 	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
 	echo.To view, run:
 	echo.  start %BUILDDIR%/html/index.html
 	goto EOF
@@ -81,8 +79,8 @@
 	cd %BUILDDIR%/latex
 	make all-pdf
 	cd %~dp0
-	echo.
-	echo.Build finished; the PDF files are in %BUILDDIR%/latex.
+	echo.To view, run:
+	echo.  start %BUILDDIR%/html/blender_manual.pdf
 	goto EOF
 )
 
@@ -89,9 +87,6 @@
 if "%1" == "translations" (
 	%SPHINXBUILD% -b html -D language='%2' %SPHINXOPTS% %O% %SOURCEDIR% %BUILDDIR%/html
 	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
-	echo.To view, run:
 	echo.  start %BUILDDIR%/html/index.html
 	goto EOF
 )



More information about the Bf-docboard-svn mailing list