comparison runtime/spell/it/main.aap @ 502:52e76e2b5b65 v7.0140

updated for version 7.0140
author vimboss
date Thu, 01 Sep 2005 20:46:49 +0000
parents 6f8b578776ab
children
comparison
equal deleted inserted replaced
501:ce2181d14aa0 502:52e76e2b5b65
17 17
18 $SPELLDIR/it.utf-8.spl : $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 README.txt
23 :copy $source $target 23 :cat $source >! $target
24 24
25 # 25 #
26 # Fetching the files from OpenOffice.org. 26 # Fetching the files from OpenOffice.org.
27 # 27 #
28 OODIR = http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries 28 OODIR = http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries
33 it_IT.aff it_IT.dic: {buildcheck=} 33 it_IT.aff it_IT.dic: {buildcheck=}
34 :assertpkg unzip patch 34 :assertpkg unzip patch
35 :fetch it_IT.zip 35 :fetch it_IT.zip
36 :sys $UNZIP it_IT.zip 36 :sys $UNZIP it_IT.zip
37 :delete it_IT.zip 37 :delete it_IT.zip
38 :delete GPL.txt history.txt license.txt notes.txt statistiche.sxc thanks.txt
38 @if not os.path.exists('it_IT.orig.aff'): 39 @if not os.path.exists('it_IT.orig.aff'):
39 :copy it_IT.aff it_IT.orig.aff 40 :copy it_IT.aff it_IT.orig.aff
40 @if not os.path.exists('it_IT.orig.dic'): 41 @if not os.path.exists('it_IT.orig.dic'):
41 :copy it_IT.dic it_IT.orig.dic 42 :copy it_IT.dic it_IT.orig.dic
42 @if os.path.exists('it_IT.diff'): 43 @if os.path.exists('it_IT.diff'):