summaryrefslogtreecommitdiffstats
path: root/runtime/spell/he
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-05 21:48:14 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-05 21:48:14 +0000
commit53180ce2e7b496306012316ca220fea978576a8c (patch)
treee52d6164116de32e335dcaed29e9d947c9cc7249 /runtime/spell/he
parentdfb9ac00215670dedfd1fb7c1bb54195e9a929a5 (diff)
updated for version 7.0103v7.0103
Diffstat (limited to 'runtime/spell/he')
-rw-r--r--runtime/spell/he/main.aap6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/spell/he/main.aap b/runtime/spell/he/main.aap
index 413c5e2c3c..9adb109e83 100644
--- a/runtime/spell/he/main.aap
+++ b/runtime/spell/he/main.aap
@@ -9,12 +9,16 @@
SPELLDIR = ..
FILES = he_IL.aff he_IL.dic
-all: $(SPELLDIR)/he.utf-8.spl ../README_he.txt
+all: $(SPELLDIR)/he.utf-8.spl $(SPELLDIR)/he.iso-8859-8.spl ../README_he.txt
$(SPELLDIR)/he.utf-8.spl : $(VIM) $(FILES)
:sys env LANG=he_IL.UTF-8
$(VIM) -e -c "mkspell! $(SPELLDIR)/he he_IL" -c q
+$(SPELLDIR)/he.iso-8859-8.spl : $(VIM) $(FILES)
+ :sys $(VIM) -e -c "set enc=iso-8859-8"
+ -c "mkspell! $(SPELLDIR)/he he_IL" -c q
+
../README_he.txt : README_he_IL.txt
:copy $source $target