summaryrefslogtreecommitdiffstats
path: root/runtime/tutor
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 13:38:48 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 13:38:48 +0000
commitd55de224a0f05debd029c163508f2819730ff9c9 (patch)
tree525a1eff7ab3a1a26a5768bc3d44ceb620e632a0 /runtime/tutor
parentef2f6569ce163c6a418cc62b278a156237d21116 (diff)
updated for version 7.1a
Diffstat (limited to 'runtime/tutor')
-rw-r--r--runtime/tutor/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/tutor/Makefile b/runtime/tutor/Makefile
index d1950511df..188c989972 100644
--- a/runtime/tutor/Makefile
+++ b/runtime/tutor/Makefile
@@ -8,7 +8,8 @@
all: tutor.ja.sjis tutor.ja.euc \
tutor.ko.euc \
tutor.ru tutor.ru.cp1251 \
- tutor.gr tutor.gr.cp737
+ tutor.gr tutor.gr.cp737 \
+ tutor.hu
tutor.ja.sjis: tutor.ja.utf-8
nkf -WXs tutor.ja.utf-8 > tutor.ja.sjis
@@ -30,3 +31,6 @@ tutor.gr: tutor.gr.utf-8
tutor.gr.cp737: tutor.gr.utf-8
iconv -f UTF-8 -t cp737 tutor.gr.utf-8 > tutor.gr.cp737
+
+tutor.hu: tutor.hu.utf-8
+ iconv -f UTF-8 -t ISO-8859-2 tutor.hu.utf-8 > tutor.hu