[Bf-blender-cvs] [3cbf77b34f7] blender2.8: Cleanup: committed by accident

Campbell Barton noreply at git.blender.org
Mon Jun 26 05:15:31 CEST 2017


Commit: 3cbf77b34f7f15c134c8df4d129fe08c0d34d111
Author: Campbell Barton
Date:   Mon Jun 26 13:21:09 2017 +1000
Branches: blender2.8
https://developer.blender.org/rB3cbf77b34f7f15c134c8df4d129fe08c0d34d111

Cleanup: committed by accident

===================================================================

M	GNUmakefile

===================================================================

diff --git a/GNUmakefile b/GNUmakefile
index b4dd828577f..7ee011911f8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -411,7 +411,7 @@ update: .FORCE
 
 # Simple version of ./doc/python_api/sphinx_doc_gen.sh with no PDF generation.
 doc_py: .FORCE
-	"/src/blender/blender.bin" --background -noaudio --factory-startup \
+	"$(BUILD_DIR)/bin/blender" --background -noaudio --factory-startup \
 		--python doc/python_api/sphinx_doc_gen.py
 	cd doc/python_api ; sphinx-build -b html sphinx-in sphinx-out
 	@echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/contents.html'"




More information about the Bf-blender-cvs mailing list