diff options
-rw-r--r-- | share/numericdef/Makefile | 8 | ||||
-rw-r--r-- | share/numericdef/ru_RU.CP866.src | 12 | ||||
-rw-r--r-- | share/numericdef/ru_RU.ISO8859-5.src | 12 |
3 files changed, 5 insertions, 27 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index c9659bdae63d..b90506f1138d 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 diff --git a/share/numericdef/ru_RU.CP866.src b/share/numericdef/ru_RU.CP866.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/ru_RU.CP866.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/ru_RU.ISO8859-5.src b/share/numericdef/ru_RU.ISO8859-5.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/ru_RU.ISO8859-5.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF |