#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@ --parallel --with autoreconf

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

override_dh_auto_build-arch:
	dh_auto_build -- all
	$(MAKE) -C doc info

override_dh_auto_build-indep:
	dh_auto_build -- -C doc html pdf

override_dh_auto_test-indep:

override_dh_auto_install-indep:
