diff runtime/tutor/Makefile @ 4358:cf1d93a3914a

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 05:58:55 +0200
parents 12f838be9c59
children 2a4a2dc35c55
line wrap: on
line diff
--- 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