#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	fontmake -u source/Eeyek-Regular.ufo
	dh_install

override_dh_clean:
	rm -rf master_ttf master_otf
	dh_clean
