#!/usr/bin/make -f

%:
	dh $@ --buildsystem=makefile --sourcedirectory=hunspell

execute_after_dh_auto_build:
	# Generate the binary .bdic file.
	/usr/bin/convert-bdic hunspell/uz_UZ.dic hunspell/uz_UZ.bdic
