#!/usr/bin/make -f
#export DH_VERBOSE = 1

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

override_dh_sphinxdoc:
	PYTHONPATH=$(CURDIR)/Lib sphinx-build -b html $(CURDIR)/Documentation/ $(CURDIR)/debian/python3-ufolib/usr/share/doc/ufolib/html/
	dh_sphinxdoc
