#!/usr/bin/make -f
%:
	dh $@ --parallel --builddirectory=build --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --enable-html

# No tests needed for docs
override_dh_auto_test-indep:
