#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	scons -c
	rm -fr build
	find -name "*.pyc" -delete

override_dh_auto_install:
	scons doc
	rm -fr $(CURDIR)/build/doc/HTML/scons-user
