summaryrefslogtreecommitdiffstats
path: root/runtime/spell/main.aap
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-01 07:19:10 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-01 07:19:10 +0000
commit78984f503c0404ea36674a74076b091b27a9e528 (patch)
tree89fafa57f1dfefd4a483e20b8ffbb778ea50c498 /runtime/spell/main.aap
parent53805d1eaa179509f39048516e344158eedfbbe4 (diff)
updated for version 7.0121v7.0121
Diffstat (limited to 'runtime/spell/main.aap')
-rw-r--r--runtime/spell/main.aap16
1 files changed, 10 insertions, 6 deletions
diff --git a/runtime/spell/main.aap b/runtime/spell/main.aap
index ded1bc098c..34768b6607 100644
--- a/runtime/spell/main.aap
+++ b/runtime/spell/main.aap
@@ -1,6 +1,10 @@
-:child de/main.aap
-:child en/main.aap
-:child fr/main.aap
-:child he/main.aap
-:child nl/main.aap
-:child pl/main.aap
+# "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