#!/usr/bin/make -f

%:
	dh $@ --without=single-binary

override_dh_auto_build:
	fontforge -lang=ff -c 'Open("src/Esteban-Regular-TTF.sfd"); Generate("Esteban-FromSource.ttf");'
	# This should reproduce the originally published font (which we need due to the RFN
	ttx --no-recalc-timestamp -b -o Esteban-Regular.ttf Esteban-Regular.ttf.ttx

override_dh_installchangelogs:
	dh_installchangelogs -k FONTLOG.txt
