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-11-05 17:21:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-05 17:21:03 +0400
commit885d1e6ed37ff725d920cf7c7b05c4e0fede2102 (patch)
tree7e40c9a16534faa3ffba1c3be6f715f5b1f5ca0e /GNUmakefile
parent647447db58ed7d3abd0ddeb627110069042e28fe (diff)
update path loactions for external po/
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f6a6ee91f31..30759f909fc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -174,10 +174,10 @@ package_archive:
# Other Targets
#
translations:
- $(BUILD_DIR)/bin/blender --background -noaudio --factory-startup --python po/update_msg.py
- python3 po/update_pot.py
- python3 po/update_po.py
- python3 po/update_mo.py
+ $(BUILD_DIR)/bin/blender --background -noaudio --factory-startup --python po/tools/update_msg.py
+ python3 po/tools/update_pot.py
+ python3 po/tools/update_po.py
+ python3 po/tools/update_mo.py
# -----------------------------------------------------------------------------