Removed man page thing, as there's none upstream.

This commit is contained in:
Thomas Goirand 2016-09-30 19:33:55 +00:00
parent f1ecf74eba
commit bd314da41f
1 changed files with 0 additions and 6 deletions

6
debian/rules vendored
View File

@ -39,12 +39,6 @@ endif
override_dh_auto_install:
echo "Please do nothing"
override_dh_installman:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
sphinx-build $(SPHINXOPTS) -b man doc/source doc/build/man
dh_installman -O--buildsystem=python_distutils
endif
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
echo "No doc for now."