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

override_dh_installchangelogs:
	dh_installchangelogs -k FONTLOG.txt

override_dh_installdocs:
	dh_installdocs -X.woff
