#! /usr/bin/make -f export PYBUILD_NAME=attr %: dh $@ --buildsystem=pybuild execute_after_dh_auto_build: PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ http_proxy='127.0.0.1:9' \ https_proxy='127.0.0.1:9' \ python3 -m sphinx -N -b html docs/ $(CURDIR)/.pybuild/docs/html/ override_dh_compress: dh_compress -Xchangelog.html