#!/usr/bin/make -f

#export DH_VERBOSE=1

# needed until latex2html and the web makefiles are fixed
export PERL_USE_UNSAFE_INC=1

# needed for latex2html
export TEXINPUTS=`pwd`/latex

%:
	dh $@ --no-parallel
