comparison runtime/spell/it/main.aap @ 482:6f8b578776ab v7.0131

updated for version 7.0131
author vimboss
date Tue, 16 Aug 2005 23:01:50 +0000
parents 66080ac5dab7
children 52e76e2b5b65
comparison
equal deleted inserted replaced
481:66080ac5dab7 482:6f8b578776ab
1 # Aap recipe for French Vim spell files. 1 # Aap recipe for Italian Vim spell files.
2 2
3 # Use a freshly compiled Vim if it exists. 3 # Use a freshly compiled Vim if it exists.
4 @if os.path.exists('../../../src/vim'): 4 @if os.path.exists('../../../src/vim'):
5 VIM = ../../../src/vim 5 VIM = ../../../src/vim
6 @else: 6 @else:
9 SPELLDIR = .. 9 SPELLDIR = ..
10 FILES = it_IT.aff it_IT.dic 10 FILES = it_IT.aff it_IT.dic
11 11
12 all: $SPELLDIR/it.latin1.spl $SPELLDIR/it.utf-8.spl ../README_it.txt 12 all: $SPELLDIR/it.latin1.spl $SPELLDIR/it.utf-8.spl ../README_it.txt
13 13
14 $SPELLDIR/it.latin1.spl : $VIM $FILES 14 $SPELLDIR/it.latin1.spl : $FILES
15 :sys env LANG=it_IT.ISO8859-1 15 :sys env LANG=it_IT.ISO8859-1
16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q 16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q
17 17
18 $SPELLDIR/it.utf-8.spl : $VIM $FILES 18 $SPELLDIR/it.utf-8.spl : $FILES
19 :sys env LANG=it_IT.UTF-8 19 :sys env LANG=it_IT.UTF-8
20 $VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q 20 $VIM -u NONE -e -c "mkspell! $SPELLDIR/it it_IT" -c q
21 21
22 ../README_it.txt : README_it_IT.txt 22 ../README_it.txt : README_it_IT.txt
23 :copy $source $target 23 :copy $source $target