summaryrefslogtreecommitdiffstats
path: root/runtime/tutor/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-06 05:58:55 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-06 05:58:55 +0200
commit531da5955e03afadb2f0cf72264fe8deb4bf430e (patch)
tree25ad908901db7ba62972b8e6fea379393d75c41a /runtime/tutor/Makefile
parent229f8dbf7a3ee3998d07fb452accda362d6e0dfe (diff)
Updated runtime files.
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 ed745d2c18..35fe821675 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