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--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
# -----------------------------------------------------------------------------