#! /usr/bin/make -f

export PYBUILD_NAME=uiprotect

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build-indep:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	mkdocs build -s -v -d $(CURDIR)/.pybuild/docs/html/
endif
