summaryrefslogtreecommitdiffstats
path: root/runtime/spell/fr
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-16 23:01:50 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-16 23:01:50 +0000
commit5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 (patch)
treeb5374790a1bada07bc6aa142919591fc4898e0bb /runtime/spell/fr
parentae5bce1c127136a650ee25c4c78d3d334cc07859 (diff)
updated for version 7.0131v7.0131
Diffstat (limited to 'runtime/spell/fr')
-rw-r--r--runtime/spell/fr/main.aap4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/spell/fr/main.aap b/runtime/spell/fr/main.aap
index 9e51039a43..e7424326d5 100644
--- a/runtime/spell/fr/main.aap
+++ b/runtime/spell/fr/main.aap
@@ -11,11 +11,11 @@ FILES = fr_FR.aff fr_FR.dic
all: $SPELLDIR/fr.latin1.spl $SPELLDIR/fr.utf-8.spl ../README_fr.txt
-$SPELLDIR/fr.latin1.spl : $VIM $FILES
+$SPELLDIR/fr.latin1.spl : $FILES
:sys env LANG=fr_FR.ISO8859-1
$VIM -u NONE -e -c "mkspell! $SPELLDIR/fr fr_FR" -c q
-$SPELLDIR/fr.utf-8.spl : $VIM $FILES
+$SPELLDIR/fr.utf-8.spl : $FILES
:sys env LANG=fr_FR.UTF-8
$VIM -u NONE -e -c "mkspell! $SPELLDIR/fr fr_FR" -c q