# $Id: Makefile,v 1.1 2001/01/09 15:31:09 asmodai Exp $

installdir=`ispell -vv | grep LIBDIR | cut -d'"' -f2`

all: nederlands.hash

install: nederlands.hash nederlands.aff
	install -o root -g root -m 0644 nederlands.hash $(installdir)
	install -o root -g root -m 0644 nederlands.aff $(installdir)

nederlands.hash: nederlands.aff words-nl.ispell
	buildhash words-nl.ispell nederlands.aff nederlands.hash

clean:
	rm -f words-nl.ispell.stat nederlands.hash words-nl.ispell.cnt *~

experimental: nederlands.aff words-nl.ispell
	buildhash words-nl.ispell nederlands.aff-exp nederlands.hash

install-experimental: experimental
	chown root.root nederlands.aff-exp nederlands.hash
	chmod 0644      nederlands.aff-exp nederlands.hash
	mv nederlands.aff-exp $(installdir)/nederlands.aff
	mv nederlands.hash    $(installdir)/nederlands.hash
