#!/usr/bin/make -f

COPYRIGHT=LICENSE

%:
	make -C doc html
	cp $(COPYRIGHT) debian/copyright
	dh $@ 

dh_override_auto_build:
	python setup.py build
