blob: 44d19906bc59a1630fca78582648eed9360bae1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# "aap": generate all the .spl files
# "aap diff" create all the diff files
LANG = de en fr he it nl pl yi
diff: $*LANG/diff
:print done
@for l in string.split(_no.LANG):
:child $l/main.aap
|