diff options
Diffstat (limited to 'runtime/spell/fr/main.aap')
-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 9e51039a4..e7424326d 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 |