#!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 export DH_OPTIONS export PYBUILD_NAME=colorzero %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build PYTHONPATH=. sphinx-build -N -bhtml docs/ build/html override_dh_installdocs: dh_installdocs --doc-main-package=python3-colorzero -ppython-colorzero-doc dh_installdocs -ppython3-colorzero execute_after_dh_auto_clean: rm -rf colorzero.egg-info