summaryrefslogtreecommitdiff
path: root/runtime/tutor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tutor/Makefile')
-rw-r--r--runtime/tutor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/tutor/Makefile b/runtime/tutor/Makefile
index ed745d2c1..35fe82167 100644
--- a/runtime/tutor/Makefile
+++ b/runtime/tutor/Makefile
@@ -18,6 +18,7 @@ all: tutor.utf-8 \
tutor.it.utf-8 \
tutor.ja.sjis tutor.ja.euc \
tutor.ko.euc \
+ tutor.nl \
tutor.no.utf-8 \
tutor.nb \
tutor.nb.utf-8 \
@@ -73,6 +74,9 @@ tutor.ja.euc: tutor.ja.utf-8
tutor.ko.euc: tutor.ko.utf-8
iconv -f UTF-8 -t EUC-KR tutor.ko.utf-8 > tutor.ko.euc
+tutor.nl: tutor.nl.utf-8
+ iconv -f UTF-8 -t ISO-8859-1 tutor.nl.utf-8 > tutor.nl
+
tutor.no.utf-8: tutor.no
iconv -f ISO-8859-1 -t UTF-8 tutor.no > tutor.no.utf-8