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>2014-09-16 05:37:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-16 05:44:00 +0400
commit13c5b0d54639123e7d35c1b3f71fc987ba78adef (patch)
treecdfc5ad8b82e0a707590e69b5281e4030d75e5fd /GNUmakefile
parent0c3ff81e79ee48d47c15a693004bd66e6aca5123 (diff)
Utility script to create release archive
- only include files known to git. - includes all submodules. - version extracted from BKE_blender.h for naming. - MD5 checksum generated. - 'make tbz' convenience target. Script by Dan McGrath with own minor edits.
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"