0
0
mirror of https://github.com/vim/vim.git synced 2025-10-22 08:34:29 -04:00

updated for version 7.0117

This commit is contained in:
Bram Moolenaar
2005-07-27 21:13:01 +00:00
parent 231334e6ef
commit 87e25fdf80
43 changed files with 2300 additions and 880 deletions

View File

@@ -1,4 +1,4 @@
# Aap recipe for Dutch Vim spell files.
# Aap recipe for French Vim spell files.
# Use a freshly compiled Vim if it exists.
@if os.path.exists('../../../src/vim'):
@@ -19,7 +19,7 @@ $(SPELLDIR)/fr.utf-8.spl : $(VIM) $(FILES)
:sys env LANG=fr_FR.UTF-8
$(VIM) -e -c "mkspell! $(SPELLDIR)/fr fr_FR" -c q
../README_fr.txt : lisez-moi.txt
../README_fr.txt : README_fr_FR.txt
:copy $source $target
#