# 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 :