aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-11-30 13:29:53 +0000
committerThierry Vignaud <tv@mandriva.org>2006-11-30 13:29:53 +0000
commitb509fa4e635d6f773f16a834780a31e3095e74db (patch)
tree124b5506d75348dc27fada9ee685b0e8def1343c /po/Makefile
parent4d29e43e2d92634d1fa2582a26d221130ed94a10 (diff)
downloadrpmdrake-b509fa4e635d6f773f16a834780a31e3095e74db.tar
rpmdrake-b509fa4e635d6f773f16a834780a31e3095e74db.tar.gz
rpmdrake-b509fa4e635d6f773f16a834780a31e3095e74db.tar.bz2
rpmdrake-b509fa4e635d6f773f16a834780a31e3095e74db.tar.xz
rpmdrake-b509fa4e635d6f773f16a834780a31e3095e74db.zip
(*.pom creation) use msgcat in order to handle duplicated strings
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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