#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with tex

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

binary-arch: build install
# We have nothing to do.

