diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
| commit | 0b5791ef261dd9e917485fd6b6a20806152c4b86 (patch) | |
| tree | 0b1b1cfc8258e98a7349ea9e04be33b18dd33a57 /share/msgdef | |
| parent | 3cbeb9758d7c0d8d64e74d5c3713af32caf7e5c3 (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 5ef315ddf18d5..fd9a7e76d979d 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -52,6 +52,7 @@ FR_LINKS= fr_CA DE_LINKS= de_AT de_CH CZ_LINKS= sk_SK IT_LINKS= it_CH +NL_LINKS= nl_BE .SUFFIXES: .src .out @@ -97,6 +98,12 @@ afterinstall: ln -sf ../it_IT.ISO8859-1/LC_MESSAGES \ ${LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES .endfor +.for link in ${NL_LINKS} + ln -sf ../nl_NL.ISO8859-1/LC_MESSAGES \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES + ln -sf ../nl_NL.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 |
