diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-28 22:28:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-28 22:28:16 +0000 |
commit | cfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 (patch) | |
tree | 55f9ab4b76bdcf34ef4e79b9e92bdbcb8b54b82d /runtime/spell/fr | |
parent | 87e25fdf80c7b45deee9c59389b51503e906d93b (diff) | |
download | vim-git-cfc7d63267e68168b5fb068d8ee1e763ed4aa6a0.tar.gz |
updated for version 7.0118
Diffstat (limited to 'runtime/spell/fr')
-rw-r--r-- | runtime/spell/fr/main.aap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/fr/main.aap b/runtime/spell/fr/main.aap index 787af7319..ca160c5a5 100644 --- a/runtime/spell/fr/main.aap +++ b/runtime/spell/fr/main.aap @@ -13,11 +13,11 @@ all: $(SPELLDIR)/fr.latin1.spl $(SPELLDIR)/fr.utf-8.spl ../README_fr.txt $(SPELLDIR)/fr.latin1.spl : $(VIM) $(FILES) :sys env LANG=fr_FR.ISO8859-1 - $(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q + $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q $(SPELLDIR)/fr.utf-8.spl : $(VIM) $(FILES) :sys env LANG=fr_FR.UTF-8 - $(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q + $(VIM) -u NONE -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q ../README_fr.txt : README_fr_FR.txt :copy $source $target |