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
path: root/po
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-05-13 15:30:22 +0400
committerStefan Gartner <stefang@aon.at>2003-05-13 15:30:22 +0400
commit1beb81a31924a53f098d2e5b80bfd2e7ced7bf10 (patch)
tree22e040a8043960622774aaaecb2deb302a11948d /po
parentee8693d6bfaa06075599b98b43de0d69c2bf9dba (diff)
create .po files in the application bundle on os x
Diffstat (limited to 'po')
-rw-r--r--po/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index d63d0dcc693..89232013144 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -37,7 +37,11 @@ SOURCEDIR = blender/po
include nan_definitions.mk
LINGUAS = it
+ifeq ($(OS), darwin)
+DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/
+else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
+endif
all:: $(LINGUAS)