From b509fa4e635d6f773f16a834780a31e3095e74db Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Nov 2006 13:29:53 +0000 Subject: (*.pom creation) use msgcat in order to handle duplicated strings --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 458d2c59..ab17cc88 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,7 +19,7 @@ LOCALEDIR=$(DATADIR)/locale all: $(MOFILES) %.mo: %.po - -if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi + -if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then msgcat --use-first -o "$<"f $< "$<"m; else cp $< "$<"f; fi ./clean_po.pl "$<"f > "$<"g msgfmt -o $@ "$<"g -- cgit v1.2.1