#!/usr/bin/make -f

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

override_dh_auto_build:
	fontmake -i -o otf -g glyphs/because-we-build.glyphs
	fontmake -i -o otf -g glyphs/because-we-connect.glyphs
	fontmake -i -o otf -g glyphs/because-we-create.glyphs
	fontmake -i -o otf -g glyphs/because-we-learn.glyphs
	fontmake -i -o otf -g glyphs/because-we-mentor.glyphs
	fontmake -i -o otf -g glyphs/because-we-organize.glyphs

execute_after_dh_install:
	chmod -x debian/fonts-bwht/usr/share/fonts/opentype/bwht/BecauseWe*.otf
