diff runtime/spell/he/main.aap @ 391:289b19a6f2ed v7.0103

updated for version 7.0103
author vimboss
date Tue, 05 Jul 2005 21:48:14 +0000
parents f92bb1845823
children 7472c565592a
line wrap: on
line diff
--- 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