[Bf-docboard-svn] bf-manual: [7866] trunk/blender_docs/make.bat: Cleanup: make.bat do not hard code build dir

Aaron Carlisle noreply at blender.org
Mon Mar 22 23:22:31 CET 2021


Revision: 7866
          https://developer.blender.org/rBM7866
Author:   Blendify
Date:     2021-03-22 23:22:30 +0100 (Mon, 22 Mar 2021)
Log Message:
-----------
Cleanup: make.bat do not hard code build dir

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

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2021-03-22 14:53:52 UTC (rev 7865)
+++ trunk/blender_docs/make.bat	2021-03-22 22:22:30 UTC (rev 7866)
@@ -93,7 +93,7 @@
 )
 
 if "%1" == "readme" (
-	rst2html5.py readme.rst > build/readme.html
+	rst2html5.py readme.rst > %BUILDDIR%/readme.html
 	echo.Build finished. The HTML page is in %BUILDDIR%/readme.html.
 	echo.To view, run:
 	echo.  start %BUILDDIR%/readme.html



More information about the Bf-docboard-svn mailing list