diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-21 16:29:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-21 16:29:36 +0000 |
commit | e920a4b04be84238f7a2a995363f089f6904acc0 (patch) | |
tree | 5a4a1f5115deb21952258ec4b343d07d86258389 | |
parent | 670f21ba5c821d35ebc5ee40c37c0835a6ffd4b7 (diff) | |
download | rpmdrake-e920a4b04be84238f7a2a995363f089f6904acc0.tar rpmdrake-e920a4b04be84238f7a2a995363f089f6904acc0.tar.gz rpmdrake-e920a4b04be84238f7a2a995363f089f6904acc0.tar.bz2 rpmdrake-e920a4b04be84238f7a2a995363f089f6904acc0.tar.xz rpmdrake-e920a4b04be84238f7a2a995363f089f6904acc0.zip |
ignore cs waiting for encodings to be the same in drakx and here
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |