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:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 91d3aa12a4d..fb38c8ae0f1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -192,8 +192,8 @@ help:
@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 " * update - updates git and all submodules
+ @echo " * tgz - create a compressed archive of the source code."
+ @echo " * update - updates git and all submodules"
@echo ""
@echo "Documentation Targets (not associated with building blender)"
@echo " * doc_py - generate sphinx python api docs"
@@ -361,11 +361,8 @@ check_descriptions:
# Utilities
#
-tbz:
- svn export . blender_archive
- tar cjf blender_archive.tar.bz2 blender_archive/
- rm -rf blender_archive/
- @echo "blender_archive.tar.bz2 written"
+tgz:
+ ./build_files/utils/build_tgz.sh
icons:
"$(BLENDER_DIR)/release/datafiles/blender_icons_update.py"