installdir=`locate wordbook/dictionary.lst | sed 's:/dictionary.lst$$::'`

all:

install: da_DK.dic da_DK.aff
	install -o root -g root -m 0644 da_DK.dic $(installdir)
	install -o root -g root -m 0644 da_DK.aff $(installdir)

clean:

