#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk export AIOKEF_BUILD_VERSION = $(DEB_VERSION_UPSTREAM) export PYBUILD_TEST_ARGS = -o addopts= %: dh $@ --buildsystem=pybuild execute_after_dh_auto_build: dh_doc_privacy ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) cd docs; PYTHONPATH=$(CURDIR) LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 sphinx-build -bhtml -d _build/doctrees . _build/html endif