From 885d1e6ed37ff725d920cf7c7b05c4e0fede2102 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Nov 2011 13:21:03 +0000 Subject: [PATCH] update path loactions for external po/ --- GNUmakefile | 8 ++++---- 1 file 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 # -----------------------------------------------------------------------------