From f258cf60b5b447182f1bb1681e4b788d7f341b99 Mon Sep 17 00:00:00 2001 From: Wouter van Heyst Date: Wed, 14 May 2003 15:04:27 +0000 Subject: - Remove duplicates from po files - Provide debug target - Run msgfmt on all but fi.po --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po') 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 -- cgit v1.2.3