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>2011-09-20 21:44:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-20 21:44:45 +0400
commit0af633a36ce34fc2d80fb571f4b0e73233563827 (patch)
treed83b280bad0a0ce36f5e4465227d779b2891f5d5 /GNUmakefile
parentbc788a3607eda1889c7f0fe2201116826a9394ee (diff)
move message.txt generator out of wm.py (which was loaded with blender always), into it own py script which runs on its own, also added this to 'make translations' target.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1c8bb0f82a9..9915406e52c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -164,6 +164,7 @@ package_archive:
# Other Targets
#
translations:
+ $(BUILD_DIR)/bin/blender --background --python po/update_msg.py
python3 po/update_pot.py
python3 po/update_po.py
python3 po/update_mo.py