X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender-staging.git/blobdiff_plain/1beb81a31924a53f098d2e5b80bfd2e7ced7bf10..19ba12946c0c4a43f6f27f09b14c44b2e59c6442:/po/Makefile diff --git a/po/Makefile b/po/Makefile index 89232013144..3c866fcffcf 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,17 +36,21 @@ SOURCEDIR = blender/po include nan_definitions.mk -LINGUAS = it +LINGUAS = ca cs de es fr it ja nl sv ifeq ($(OS), darwin) -DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/ +DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/ else DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/ endif -all:: $(LINGUAS) +all debug:: $(LINGUAS) clean:: - rm -r $(OCGDIR)/bin/.blender/locale +ifeq ($(OS), darwin) + rm -rf $(OCGDIR)/bin/blender.app/Contents/Resources/locale/ +else + rm -rf $(OCGDIR)/bin/.blender/locale/ +endif $(LINGUAS): mkdir -p $(DIR)