summaryrefslogtreecommitdiff
path: root/runtime/tutor/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-10 11:24:31 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-10 11:24:31 +0000
commit45125098b3afbdee55ab90c5bf22ee99c7cc48ca (patch)
treeff4cbcd3bd82a4c3e29824f38bc139a977d5f5f2 /runtime/tutor/Makefile
parent55b7cf8ae2862ad4f6056bc911732af9a3b02985 (diff)
downloadvim-git-45125098b3afbdee55ab90c5bf22ee99c7cc48ca.tar.gz
updated for version 7.0-095v7.0.095
Diffstat (limited to 'runtime/tutor/Makefile')
-rw-r--r--runtime/tutor/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/tutor/Makefile b/runtime/tutor/Makefile
index 0562a7d1c..d1950511d 100644
--- a/runtime/tutor/Makefile
+++ b/runtime/tutor/Makefile
@@ -7,7 +7,8 @@
all: tutor.ja.sjis tutor.ja.euc \
tutor.ko.euc \
- tutor.ru tutor.ru.cp1251
+ tutor.ru tutor.ru.cp1251 \
+ tutor.gr tutor.gr.cp737
tutor.ja.sjis: tutor.ja.utf-8
nkf -WXs tutor.ja.utf-8 > tutor.ja.sjis
@@ -23,3 +24,9 @@ tutor.ru: tutor.ru.utf-8
tutor.ru.cp1251: tutor.ru.utf-8
iconv -f UTF-8 -t cp1251 tutor.ru.utf-8 > tutor.ru.cp1251
+
+tutor.gr: tutor.gr.utf-8
+ iconv -f UTF-8 -t ISO-8859-7 tutor.gr.utf-8 > tutor.gr
+
+tutor.gr.cp737: tutor.gr.utf-8
+ iconv -f UTF-8 -t cp737 tutor.gr.utf-8 > tutor.gr.cp737