diff options
Diffstat (limited to 'mnv/runtime/spell/check/main.aap')
| -rw-r--r-- | mnv/runtime/spell/check/main.aap | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mnv/runtime/spell/check/main.aap b/mnv/runtime/spell/check/main.aap new file mode 100644 index 0000000000..fcc5831b3c --- /dev/null +++ b/mnv/runtime/spell/check/main.aap @@ -0,0 +1,15 @@ +# Aap recipe for a dummy spell file. +# This is used to check if the .spl file format changes. + +# Use a freshly compiled MNV if it exists. +@if os.path.exists('../../../src/mnv'): + MNV = ../../../src/mnv +@else: + :progsearch MNV mnv + +all: check.latin1.spl + +check.latin1.spl : $MNV check_aa.aff check_aa.dic check_bb.aff check_bb.dic + :sys $MNV -u NONE -e -c "mkspell! check check_aa check_bb" -c q + +# mnv: set sts=4 sw=4 : |
