Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-13 19:16:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 19:16:05 +0300
commit87535dd73d3a2b76f7ede2448a2c471a40c79aaa (patch)
treea2b7d5ba69645448e20fbc2a40d4610a7045687f /GNUmakefile
parenta6ec402f5a8038718a2a034cf84f1f3f90b125ef (diff)
Makefile: add note about environment vars
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
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 ""