From 22ac24d03e776908cd5f70872a54a873e404870f Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 7 Jun 2003 00:19:50 +0000 Subject: Replace by links ru_RU.CP866 and ru_RU.ISO8859-5 Add link to ru_RU.CP1251 --- share/numericdef/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'share/numericdef/Makefile') diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index c9659bd..b90506f 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -30,8 +30,6 @@ LOCALES= af_ZA.ISO8859-1 \ pt_BR.ISO8859-1 \ pt_PT.ISO8859-1 \ ro_RO.ISO8859-2 \ - ru_RU.CP866 \ - ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ @@ -55,8 +53,8 @@ GB_LINKS= en_AU en_NZ FR_LINKS= fr_CA fr_CH DE_LINKS= de_AT de_CH IT_LINKS= it_CH - BE_LINKS= nl_BE +RU_LINKS ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 .SUFFIXES: .src .out @@ -114,6 +112,10 @@ afterinstall: ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC .endfor +.for link in ${RU_LINKS} + ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor .for link in ${ASCIILINKS} ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC -- cgit v1.1