blob: 34768b66071ca8cad341ee52dcae33ae52c8515e (
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
diff: $*LANG/diff
:print done
@for l in string.split(_no.LANG):
:child $l/main.aap
|