#!/usr/bin/make -f

%:
	# Need to specify build system due to the Makefile used for cleaning up and docs
	dh --with quilt $@ --buildsystem=python_distutils

# Makefile is used to build docs
override_dh_auto_build:
	dh_auto_build
	make man
	make -C docs html
