LANG	= dutch8

all: $(LANG).hash

install: $(LANG).hash $(LANG).aff
	install -o root -g root -m 0755 $(LANG) $(prefix)/bin/dutch
	install -o root -g root -m 0644 $(LANG).hash $(prefix)/lib/ispell
	install -o root -g root -m 0644 $(LANG).aff $(prefix)/lib/ispell

$(LANG).hash: $(LANG).aff $(LANG).words
	buildhash $(LANG).words $(LANG).aff $(LANG).hash

clean: 
	rm $(LANG).words.stat $(LANG).hash $(LANG).words.cnt   
