#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=pyld

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

override_dh_installdocs:
	cd docs/ ; $(MAKE) text
	dh_installdocs
