summaryrefslogtreecommitdiffstats
path: root/share/numericdef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r--share/numericdef/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index bb2831f..935d932 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -51,6 +51,8 @@ FR_LINKS= fr_CA fr_CH
DE_LINKS= de_AT de_CH
IT_LINKS= it_CH
+BE_LINKS= nl_BE
+
.SUFFIXES: .src .out
.src.out:
@@ -101,6 +103,12 @@ afterinstall:
ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \
${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC
.endfor
+.for link in ${BE_LINKS}
+ ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \
+ ${LOCALEDIR}/${link}.ISO8859-1/LC_NUMERIC
+ ln -sf ../fr_BE.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
OpenPOWER on IntegriCloud