be just a touch cleaner (when cleaning)

This commit is contained in:
Martin A. Brown 2016-04-21 16:10:08 -04:00
parent fdf3b15889
commit 3393a63c8b
1 changed files with 5 additions and 1 deletions

6
debian/rules vendored
View File

@ -6,9 +6,13 @@ export PYBUILD_NAME=tldp
dh $@ --with=python3 --buildsystem=pybuild
override_dh_installman:
(cd docs/ && \
(cd docs && \
sphinx-build \
-b man -D today="$(BUILD_DATE)" \
-d _build/doctrees . _build/man)
dh_installman docs/_build/man/ldptool.1
override_dh_clean:
(cd docs && \
rm -rf -- ./_build)
dh_clean