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>2013-08-27 14:03:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-27 14:03:37 +0400
commitd90d25ec784a63276f589d06d24ffbfcef26e482 (patch)
tree3113aed45143cde6457b66fde4b0b983f1e96a26 /GNUmakefile
parentff4e0187531b577a12484c82774fc4229dd2a76a (diff)
add icons utility make target.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0d97d8e7b07..d5570a8e170 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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