comparison runtime/spell/es/main.aap @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents f9ea3888b054
children 1f3b1021f002
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
47 es_ES.aff es_ES.dic: {buildcheck=} 47 es_ES.aff es_ES.dic: {buildcheck=}
48 :assertpkg unzip patch 48 :assertpkg unzip patch
49 :fetch $ZIPFILE_ES 49 :fetch $ZIPFILE_ES
50 :sys $UNZIP $ZIPFILE_ES 50 :sys $UNZIP $ZIPFILE_ES
51 :delete add-to--dictionary.lst.example 51 :delete add-to--dictionary.lst.example
52 #:delete $ZIPFILE_ES 52 :delete $ZIPFILE_ES
53 @if not os.path.exists('es_ES.orig.aff'): 53 @if not os.path.exists('es_ES.orig.aff'):
54 :copy es_ES.aff es_ES.orig.aff 54 :copy es_ES.aff es_ES.orig.aff
55 @if not os.path.exists('es_ES.orig.dic'): 55 @if not os.path.exists('es_ES.orig.dic'):
56 :copy es_ES.dic es_ES.orig.dic 56 :copy es_ES.dic es_ES.orig.dic
57 @if os.path.exists('es_ES.diff'): 57 @if os.path.exists('es_ES.diff'):
60 es_MX.aff es_MX.dic: {buildcheck=} 60 es_MX.aff es_MX.dic: {buildcheck=}
61 :assertpkg unzip patch 61 :assertpkg unzip patch
62 :fetch $ZIPFILE_MX 62 :fetch $ZIPFILE_MX
63 :print No copyright information for es_MX wordlist >! README_es_MX.txt 63 :print No copyright information for es_MX wordlist >! README_es_MX.txt
64 :sys $UNZIP $ZIPFILE_MX 64 :sys $UNZIP $ZIPFILE_MX
65 #:delete $ZIPFILE_MX 65 :delete $ZIPFILE_MX
66 :sys $VIM -e -c "set ff=unix | wq" es_MX.dic 66 :sys $VIM -e -c "set ff=unix | wq" es_MX.dic
67 @if not os.path.exists('es_MX.orig.aff'): 67 @if not os.path.exists('es_MX.orig.aff'):
68 :copy es_MX.aff es_MX.orig.aff 68 :copy es_MX.aff es_MX.orig.aff
69 @if not os.path.exists('es_MX.orig.dic'): 69 @if not os.path.exists('es_MX.orig.dic'):
70 :copy es_MX.dic es_MX.orig.dic 70 :copy es_MX.dic es_MX.orig.dic