diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-16 23:01:50 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-16 23:01:50 +0000 |
commit | 5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 (patch) | |
tree | b5374790a1bada07bc6aa142919591fc4898e0bb /runtime/spell/cs | |
parent | ae5bce1c127136a650ee25c4c78d3d334cc07859 (diff) | |
download | vim-git-5b8d8fdb526bd21dbac64a3ea815a1e628b93b41.tar.gz |
updated for version 7.0131v7.0131
Diffstat (limited to 'runtime/spell/cs')
-rw-r--r-- | runtime/spell/cs/main.aap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/spell/cs/main.aap b/runtime/spell/cs/main.aap index 5ead6d0a3..53ae46fea 100644 --- a/runtime/spell/cs/main.aap +++ b/runtime/spell/cs/main.aap @@ -12,13 +12,13 @@ FILES = cs_CZ.aff cs_CZ.dic all: $SPELLDIR/cs.iso-8859-2.spl $SPELLDIR/cs.utf-8.spl \ $SPELLDIR/cs.cp1250.spl ../README_cs.txt -$SPELLDIR/cs.iso-8859-2.spl : $VIM $FILES +$SPELLDIR/cs.iso-8859-2.spl : $FILES :sys env LANG=cs_CZ.ISO8859-2 $VIM -u NONE -e -c "mkspell! $SPELLDIR/cs cs_CZ" -c q -$SPELLDIR/cs.utf-8.spl : $VIM $FILES +$SPELLDIR/cs.utf-8.spl : $FILES :sys env LANG=cs_CZ.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/cs cs_CZ" -c q -$SPELLDIR/cs.cp1250.spl : $VIM $FILES +$SPELLDIR/cs.cp1250.spl : $FILES :sys $VIM -u NONE -e -c "set enc=cp1250" -c "mkspell! $SPELLDIR/cs cs_CZ" -c q ../README_cs.txt: README_cs_CZ.txt |