comparison runtime/spell/main.aap @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents e9a47bcf7b94
children d314efe6447a
comparison
equal deleted inserted replaced
20752:47b5de84b7f7 20753:661eb972cb22
3 # Usage: 3 # Usage:
4 # aap generate all the .spl files 4 # aap generate all the .spl files
5 # aap diff create all the diff files 5 # aap diff create all the diff files
6 6
7 # "hu" is at the end, because it takes a very long time. 7 # "hu" is at the end, because it takes a very long time.
8 # "eu" takes even longer (4 hours on my system).
8 LANG = af am bg br ca cs cy da de el en eo es fr fo ga gd gl he hr id it 9 LANG = af am bg br ca cs cy da de el en eo es fr fo ga gd gl he hr id it
9 ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk sl sv sw 10 ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk sl sv sw
10 tet th tl tn tr uk yi zu hu 11 tet th tl tn tr uk yi zu hu eu
11 12
12 # TODO: 13 # TODO:
13 # Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation... 14 # Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation...
14 15
15 diff: $*LANG/diff 16 diff: $*LANG/diff
16 :print Done. 17 :print Done.
18
19 # Use "aap publish" to upload the .spl files.
20 SPL_files = eu.utf-8.spl
21
22 UPDIR = rsync://bram@ftp1.nluug.nl//var/ftp/pub/vim/runtime/spell
23 :attr {publish = $UPDIR/%file%} $SPL_files
17 24
18 @for l in string.split(_no.LANG): 25 @for l in string.split(_no.LANG):
19 :child $l/main.aap 26 :child $l/main.aap
20 27
21 # The existing .spl files need to be generated when the spell file format 28 # The existing .spl files need to be generated when the spell file format