blob: 5aaaaa1022d77fdab50479e460b97f9bd0f95e5b [file] [log] [blame]
Bram Moolenaar5b8d8fd2005-08-16 23:01:50 +00001# Toplevel Aap recipe for Vim spell files
2#
3# Usage:
4# aap generate all the .spl files
5# aap diff create all the diff files
Bram Moolenaar78984f52005-08-01 07:19:10 +00006
Bram Moolenaar5195e452005-08-19 20:32:47 +00007LANG = af bg ca cs da de el en eo fr fo gl he hr it nl ny pl sk yi hu
Bram Moolenaar5b8d8fd2005-08-16 23:01:50 +00008
Bram Moolenaar5195e452005-08-19 20:32:47 +00009# "hu" is at the end, because it takes so much time.
10#
Bram Moolenaar5b8d8fd2005-08-16 23:01:50 +000011# TODO:
12# Finnish doesn't work, the dictionary fi_FI.zip file contains hyphenation...
Bram Moolenaar78984f52005-08-01 07:19:10 +000013
14diff: $*LANG/diff
Bram Moolenaar5195e452005-08-19 20:32:47 +000015 :print Done.
Bram Moolenaar78984f52005-08-01 07:19:10 +000016
17@for l in string.split(_no.LANG):
18 :child $l/main.aap
Bram Moolenaar5b8d8fd2005-08-16 23:01:50 +000019
20# The existing .spl files need to be generated when the spell file format
21# changes. Depending on the Vim executable does that, but results in doing it
Bram Moolenaar5195e452005-08-19 20:32:47 +000022# much too often. Generate a dummy .spl file and let the .spl depend on it, so
23# that they are outdated when it changes.
Bram Moolenaar5b8d8fd2005-08-16 23:01:50 +000024:child check/main.aap
25*.spl: check/check.latin1.spl