blob: fcc5831b3cdbf83d8d30b552571def08250e772b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 :
|