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:18:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 19:20:10 +0300
commit5e2804a40be649e55a827b08d3c424001be43006 (patch)
treefc3aa55de409baf60a677897cf9d06a63e8502c6 /GNUmakefile
parent135b7f5c6ab5761669256d1f15e37122ec9533cb (diff)
parent87535dd73d3a2b76f7ede2448a2c471a40c79aaa (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 01806b53e61..c1be177ddc0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -236,8 +236,12 @@ 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_geom - updates Geometry icons from BLEND file."
+ @echo " * icons - Updates PNG icons from SVG files."
+ @echo " Set environment variables 'BLENDER_BIN' and 'INKSCAPE_BIN'"
+ @echo " to define your own commands."
+ @echo " * icons_geom - Updates Geometry icons from BLEND file."
+ @echo " Set environment variable 'BLENDER_BIN'"
+ @echo " to define your own command."
@echo " * tgz - create a compressed archive of the source code."
@echo " * update - updates git and all submodules"
@echo ""