#!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 export PYBUILD_NAME=txdbus %: dh $@ --buildsystem=pybuild --with python3 execute_after_dh_auto_build: ( cd doc; \ asciidoc dbus_overview.asciidoc; \ asciidoc tutorial.asciidoc )