- Remove duplicates from po files

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

@ -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