diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:04:15 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:04:15 +0000 |
| commit | 391140a1b72856c66a3bc52b24580d48d598f925 (patch) | |
| tree | 8a86351a3729263b8457568ce4029a9a23f4ab2a /share/numericdef | |
| parent | e2119ba50b94c9331833b3296d1f9789cc5e8042 (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 7687ad394d85..01fcb7a69632 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -42,12 +42,13 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS= en_US LATIN15LINKS= af_ZA da_DK de_DE en_US es_ES fi_FI fr_FR is_IS \ - it_IT nl_NL no_NO pt_PT sv_SE + it_CH it_IT nl_NL no_NO pt_PT sv_SE US_LINKS= en_CA en_GB GB_LINKS= en_AU en_NZ FR_LINKS= fr_CA fr_CH DE_LINKS= de_AT de_CH +IT_LINKS= it_CH .SUFFIXES: .src .out @@ -93,6 +94,12 @@ afterinstall: ln -sf ../de_DE.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC .endfor +.for link in ${IT_LINKS} + ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_NUMERIC + ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC +.endfor .for link in ${ASCIILINKS} ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC |
