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/msgdef | |
| parent | e2119ba50b94c9331833b3296d1f9789cc5e8042 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index ea774ef2b5dca..4843f422f806b 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -50,6 +50,7 @@ GB_LINKS= en_AU en_NZ FR_LINKS= fr_CA DE_LINKS= de_AT de_CH CZ_LINKS= sk_SK +IT_LINKS= it_CH .SUFFIXES: .src .out @@ -89,6 +90,12 @@ afterinstall: ln -sf ../de_DE.ISO8859-1/LC_MESSAGES \ ${LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES .endfor +.for link in ${IT_LINKS} + ln -sf ../it_IT.ISO8859-1/LC_MESSAGES \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES + ln -sf ../it_IT.ISO8859-1/LC_MESSAGES \ + ${LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES +.endfor .for link in ${CZ_LINKS} ln -sf ../cs_CZ.ISO8859-2/LC_MESSAGES \ ${LOCALEDIR}/${link}.ISO8859-2/LC_MESSAGES |
