#!/usr/bin/make -f

export PYBUILD_NAME=moulin

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	cd docs && make man
