From ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 20 Dec 2003 11:18:43 +0000 Subject: Add be_BY.* Submitted by: Yury Tarasievich --- share/numericdef/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share/numericdef/Makefile') diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 12337f3..dc8004c 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ + be_BY.CP1251 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ @@ -56,6 +57,7 @@ IT_LINKS= it_CH BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 +BY_LINKS= be_BY.CP1131 be_BY.ISO8859-5 CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 .SUFFIXES: .src .out @@ -118,6 +120,10 @@ afterinstall: ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC .endfor +.for link in ${BY_LINKS} + ln -sf ../be_BY.CP1251/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor .for link in ${UA_LINKS} ln -sf ../uk_UA.KOI8-U/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC -- cgit v1.1