[Bf-blender-cvs] [87535dd73d3] master: Makefile: add note about environment vars

Campbell Barton noreply at git.blender.org
Fri Jul 13 18:16:29 CEST 2018


Commit: 87535dd73d3a2b76f7ede2448a2c471a40c79aaa
Author: Campbell Barton
Date:   Fri Jul 13 18:16:05 2018 +0200
Branches: master
https://developer.blender.org/rB87535dd73d3a2b76f7ede2448a2c471a40c79aaa

Makefile: add note about environment vars

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

M	GNUmakefile

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

diff --git a/GNUmakefile b/GNUmakefile
index 23903d36e63..049040f29dd 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -236,7 +236,9 @@ help: .FORCE
 	@echo "  * check_descriptions   - check for duplicate/invalid descriptions"
 	@echo ""
 	@echo "Utilities (not associated with building blender)"
-	@echo "  * icons    - updates PNG icons from SVG files."
+	@echo "  * icons    - Updates PNG icons from SVG files."
+	@echo "               Set environment variables 'BLENDER_BIN' and 'INKSCAPE_BIN'"
+	@echo "               to define your own commands."
 	@echo "  * tgz      - create a compressed archive of the source code."
 	@echo "  * update   - updates git and all submodules"
 	@echo ""



More information about the Bf-blender-cvs mailing list