- Remove duplicates from po files

- Provide debug target
- Run msgfmt on all but fi.po
This commit is contained in:
2003-05-14 15:04:27 +00:00
parent 05245ef6f1
commit f258cf60b5

View File

@@ -36,14 +36,14 @@ SOURCEDIR = blender/po
include nan_definitions.mk include nan_definitions.mk
LINGUAS = it LINGUAS = ca de es fr it ja nl sv
ifeq ($(OS), darwin) ifeq ($(OS), darwin)
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/ DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
else else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/ DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
endif endif
all:: $(LINGUAS) all debug:: $(LINGUAS)
clean:: clean::
rm -r $(OCGDIR)/bin/.blender/locale rm -r $(OCGDIR)/bin/.blender/locale