#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	-dh_auto_clean
	rm -f $(CURDIR)/DOC/*.hd
	rm -f $(CURDIR)/DOC/*.out
