#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with tex

override_dh_compress:
	dh_compress -X .pdf
