#!/usr/bin/make -f

%:
	dh $@


override_dh_auto_build:
	# Do not call upstream Makefile: no need to generate X files
	# Generate .otb file because Bitmap .ttf file seems not supported by
	# Pango
	debian/generate-otb.pe creep2.sfd
