diff --git a/debian/rules b/debian/rules index 7d672f7..b01ee66 100755 --- a/debian/rules +++ b/debian/rules @@ -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."