diff options
author | phantom <phantom@FreeBSD.org> | 2001-12-25 10:57:03 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-12-25 10:57:03 +0000 |
commit | a74b673ea9be422eeb971824aab0fea31557fd7f (patch) | |
tree | d97070ce23ec6c8a60f0939473a35b015d30419e /share/timedef | |
parent | 8e65f0dbb2743cbccc063c47d2a19395f703539e (diff) | |
download | FreeBSD-src-a74b673ea9be422eeb971824aab0fea31557fd7f.zip FreeBSD-src-a74b673ea9be422eeb971824aab0fea31557fd7f.tar.gz |
Optimize locale data Makefiles as well as make their style more consistent.
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index a7946f8..5e7cf00 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -19,39 +19,39 @@ LOCALES= bg_BG.CP1251 \ hr_HR.ISO8859-2 \ hu_HU.ISO8859-2 \ is_IS.ISO8859-1 \ - ja_JP.eucJP \ - ja_JP.SJIS \ + ja_JP.eucJP \ + ja_JP.SJIS \ it_IT.ISO8859-1 \ - ko_KR.eucKR \ + ko_KR.eucKR \ la_LN.ISO8859-1 \ lt_LT.ISO8859-4 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ pl_PL.ISO8859-2 \ pt_PT.ISO8859-1 \ - ru_RU.CP866 \ + ru_RU.CP866 \ ru_RU.ISO8859-5 \ - ru_RU.KOI8-R \ + ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ - uk_UA.KOI8-U \ - zh_CN.eucCN \ + uk_UA.KOI8-U \ + zh_CN.eucCN \ zh_TW.Big5 LOCALEDIR= ${DESTDIR}/usr/share/locale -8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \ +LATIN15LINKS= da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \ it_IT la_LN nl_NL no_NO pt_PT sv_SE -DE_LINKS = de_CH -FR_LINKS = fr_BE fr_CA fr_CH -IT_LINKS = it_CH -LN_LINKS = la_LN.US-ASCII la_LN.ISO8859-2 la_LN.ISO8859-4 -NL_LINKS = nl_BE -US_LINKS = en_CA -GB_LINKS = en_AU en_NZ +DE_LINKS= de_CH +FR_LINKS= fr_BE fr_CA fr_CH +IT_LINKS= it_CH +LN_LINKS= la_LN.US-ASCII la_LN.ISO8859-2 la_LN.ISO8859-4 +NL_LINKS= nl_BE +US_LINKS= en_CA +GB_LINKS= en_AU en_NZ .SUFFIXES: .src .out @@ -65,7 +65,7 @@ afterinstall: ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \ ${LOCALEDIR}/$$l/LC_TIME; \ done - for l in ${8859_15_LINKS}; do \ + for l in ${LATIN15LINKS}; do \ ln -fs ../$$l.ISO8859-1/LC_TIME \ ${LOCALEDIR}/$$l.ISO8859-15/LC_TIME; \ done |