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

override_dh_auto_build:
	ln -s decorative sfd
	dh_auto_build -- ttf_files="$(shell cut -d' ' -f1 debian/fonts-arabeyes.install | tr '\n' ' ')"
	cd core/Thabit && python3 helper.py
