#! /usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C doc

override_dh_auto_clean:
	$(MAKE) -C doc clean
	dh_auto_clean
	rm -rf build

# Not worth the hassle; we do this ourselves.
override_dh_auto_install:
	:
