diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-06 13:38:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-06 13:38:48 +0000 |
commit | d55de224a0f05debd029c163508f2819730ff9c9 (patch) | |
tree | 525a1eff7ab3a1a26a5768bc3d44ceb620e632a0 /runtime | |
parent | ef2f6569ce163c6a418cc62b278a156237d21116 (diff) | |
download | vim-git-d55de224a0f05debd029c163508f2819730ff9c9.tar.gz |
updated for version 7.1a
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/tutor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/tutor/Makefile b/runtime/tutor/Makefile index d1950511d..188c98997 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 |