summaryrefslogtreecommitdiff
path: root/src/spell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell/Makefile')
-rw-r--r--src/spell/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/spell/Makefile b/src/spell/Makefile
index 5933d27e4..2ff2850a5 100644
--- a/src/spell/Makefile
+++ b/src/spell/Makefile
@@ -3,7 +3,7 @@
SPELLDIR = ../../runtime/spell
VIM = ../vim
-all: en
+all: en pl nl de fr
en: $(SPELLDIR)/en.latin1.spl \
$(SPELLDIR)/en.utf-8.spl \
@@ -21,6 +21,8 @@ de: $(SPELLDIR)/de.latin1.spl \
fr: $(SPELLDIR)/fr.latin1.spl \
$(SPELLDIR)/fr.utf-8.spl
+he: $(SPELLDIR)/he.utf-8.spl
+
diff:
-diff -a -C 1 en_US.orig.aff en_US.aff >en_US.diff
-diff -a -C 1 en_US.orig.dic en_US.dic >>en_US.diff
@@ -105,3 +107,8 @@ $(SPELLDIR)/fr.latin1.spl : $(VIM) \
$(SPELLDIR)/fr.utf-8.spl : $(VIM) \
fr_FR.aff fr_FR.dic
env LANG=fr_FR.UTF-8 $(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
+
+
+$(SPELLDIR)/he.utf-8.spl : $(VIM) \
+ he_IL.aff he_IL.dic
+ env LANG=he_IL.UTF-8 $(VIM) -e -c "mkspell! $(SPELLDIR)/he he_IL" -c q