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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-14 19:04:27 +0400
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-14 19:04:27 +0400
commitf258cf60b5b447182f1bb1681e4b788d7f341b99 (patch)
tree9cdd821aeea532d04b6ebfe827fd7664a6756a21 /po
parent05245ef6f1684ea54437e853f6d1c83ec91e571f (diff)
- Remove duplicates from po files
- Provide debug target - Run msgfmt on all but fi.po
Diffstat (limited to 'po')
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 9d3dcf10e36..21a0a348f44 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -36,14 +36,14 @@ SOURCEDIR = blender/po
include nan_definitions.mk
-LINGUAS = it
+LINGUAS = ca de es fr it ja nl sv
ifeq ($(OS), darwin)
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