diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-16 18:37:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-16 18:37:51 +0000 |
commit | 6a91ddb6086363ac615fce3768c37348c873bf5e (patch) | |
tree | 3b35e0cdbb65459f99bdbb3d8f5e500f7362c3ce /po/Makefile | |
parent | 0234d64da4d5e707801f7fff06643cd323bf062a (diff) | |
download | rpmdrake-6a91ddb6086363ac615fce3768c37348c873bf5e.tar rpmdrake-6a91ddb6086363ac615fce3768c37348c873bf5e.tar.gz rpmdrake-6a91ddb6086363ac615fce3768c37348c873bf5e.tar.bz2 rpmdrake-6a91ddb6086363ac615fce3768c37348c873bf5e.tar.xz rpmdrake-6a91ddb6086363ac615fce3768c37348c873bf5e.zip |
different encoding for zh_CN :(
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 499f02f9..b8c3d974 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,7 +10,7 @@ MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) # because of different charsets or encodings.. :-( -IGNOREPOMS = +IGNOREPOMS = zh_CN.po PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share |