#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	bdf2sfd atarist-normal.bdf > atarist-normal.sfd
	fontforge -lang=ff -c 'Open($$1); Generate($$2)' atarist-normal.sfd atarist-normal.otf
