
interlingua.hash: interlingua.words interlingua.aff
	buildhash interlingua.words interlingua.aff interlingua.hash
	rm -f interlingua.words.cnt interlingua.words.stat

interlingua.words: ied.php.html php2words wmerge
	./php2words ied.php.html | sort | ./wmerge > interlingua.words

test:
	ispell -e -d ./interlingua < test.words

interlingua_list.txt: interlingua.words interlingua.aff interlingua.hash
	ispell -e -d ./interlingua < interlingua.words | perl -p -e "s/ /\n/g" | sort | uniq | sort -f > interlingua_list.txt
