diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
commit | 18144c84231aee36ae1d11b74941c9b318f1706a (patch) | |
tree | 6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /runtime/spell/mi/main.aap | |
parent | 4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff) | |
download | vim-git-18144c84231aee36ae1d11b74941c9b318f1706a.tar.gz |
updated for version 7.0d02v7.0d02
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 |