From e920a4b04be84238f7a2a995363f089f6904acc0 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 21 Feb 2003 16:29:36 +0000 Subject: ignore cs waiting for encodings to be the same in drakx and here --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 11cf9608..51229ab5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,7 +9,7 @@ MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) # because of different charsets or encodings.. :-( -IGNOREPOMS = +IGNOREPOMS = cs.po PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share @@ -18,7 +18,7 @@ LOCALEDIR=$(DATADIR)/locale all: $(PGOAL).pot $(MOFILES) %.mo: %.po - @if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi + if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi msgfmt -o $@ "$<"f merge: $(PGOAL).pot -- cgit v1.2.1