python-tldp/debian/rules

14 lines
302 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
2016-04-21 20:14:58 +00:00
# export PYBUILD_VERBOSE=1
export PYBUILD_NAME=tldp
%:
dh $@ --with=python3 --buildsystem=pybuild
override_dh_installman:
(cd docs && \
sphinx-build \
-b man -D today="$(BUILD_DATE)" \
-d _build/doctrees . _build/man)
dh_installman docs/_build/man/ldptool.1