From 1beb81a31924a53f098d2e5b80bfd2e7ced7bf10 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Tue, 13 May 2003 11:30:22 +0000 Subject: create .po files in the application bundle on os x --- po/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3