add icons utility make target.
This commit is contained in:
@@ -184,6 +184,7 @@ help:
|
||||
@echo " * check_spelling_py - check for spelling errors (Python only)"
|
||||
@echo ""
|
||||
@echo "Utilities (not associated with building blender)"
|
||||
@echo " * icons - updates PNG icons from SVG files."
|
||||
@echo " * tbz - create a compressed svn export 'blender_archive.tar.bz2'"
|
||||
@echo ""
|
||||
@echo "Documentation Targets (not associated with building blender)"
|
||||
@@ -322,6 +323,10 @@ tbz:
|
||||
rm -rf blender_archive/
|
||||
@echo "blender_archive.tar.bz2 written"
|
||||
|
||||
icons:
|
||||
$(BLENDER_DIR)/release/datafiles/blender_icons.sh
|
||||
$(BLENDER_DIR)/release/datafiles/prvicons.sh
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Documentation
|
||||
|
Reference in New Issue
Block a user