diff options
Diffstat (limited to 'runtime/spell/mi/main.aap')
-rw-r--r-- | runtime/spell/mi/main.aap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/mi/main.aap b/runtime/spell/mi/main.aap index a1a6713bc..7cd841953 100644 --- a/runtime/spell/mi/main.aap +++ b/runtime/spell/mi/main.aap @@ -9,9 +9,9 @@ SPELLDIR = .. FILES = mi_NZ.aff mi_NZ.dic -all: $SPELLDIR/mi.latin1.spl $SPELLDIR/mi.utf-8.spl ../README_mi.txt +all: $SPELLDIR/mi.iso-8859-4.spl $SPELLDIR/mi.utf-8.spl ../README_mi.txt -$SPELLDIR/mi.latin1.spl : $FILES +$SPELLDIR/mi.iso-8859-4.spl : $FILES :sys $VIM -u NONE -e -c "set enc=iso-8859-4" -c "mkspell! $SPELLDIR/mi mi_NZ" -c q |