#!/usr/bin/make -f STEM = aiortc DOCDIR = debian/python3-$(STEM)-doc/usr/share/doc/python3-$(STEM)-doc/html ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS))) export PYBUILD_TEST_ARGS=-vv endif execute_before_dh_sphinxdoc: ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) sphinx-build -b html docs $(DOCDIR) endif %: dh $@ --buildsystem=pybuild