Makefile: add note about environment vars

This commit is contained in:
Campbell Barton 2018-07-13 18:16:05 +02:00
parent a6ec402f5a
commit 87535dd73d
1 changed files with 3 additions and 1 deletions

View File

@ -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 ""