#!/usr/bin/make -f # See debhelper(7) (uncomment to enable). # Output every command that modifies files on the build system. #export DH_VERBOSE = 1 export PYBUILD_NAME=someipy %: dh $@ --buildsystem=pybuild execute_after_dh_auto_build-indep: ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) PYTHONPATH=. python3 -m sphinx -N -bhtml \ docs/ build/html # HTML generator endif