#!/usr/bin/make -f

export PYBUILD_NAME = slidge

%:
	dh $@ --with sphinxdoc --buildsystem=pybuild

execute_after_dh_auto_build:
	cd docs; sphinx-build -M html "source" "build"
