python-tldp/debian/rules

12 lines
258 B
Plaintext
Raw Permalink 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 && \
2016-04-30 20:25:58 +00:00
sphinx-build -b man -d _build/doctrees . _build/man)
dh_installman docs/_build/man/ldptool.1