diff options
Diffstat (limited to 'share/msgdef/Makefile')
-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 ea774ef..4843f42 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 |