#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	fontforge -script genttf.ff tahoma.sfd tahoma.ttf
	fontforge -script genttf.ff tahomabd.sfd tahomabd.ttf

override_dh_auto_clean:
	rm -f tahoma.ttf tahomabd.ttf
