From 7881f051cc1a5ba3b72764f4885842c4255b98b6 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 30 Jan 2013 11:05:07 +0900 Subject: add sphinxdocs to dh --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index cceb49ab..5c7563c1 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ PYTHON2=$(shell pyversions -vr) %: - dh $@ --with python2 --buildsystem=python_distutils #,sphinxdoc + dh $@ --with python2,sphinxdoc --buildsystem=python_distutils #,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -47,9 +47,9 @@ override_dh_installchangelogs: # build and install sphinx docs # -#override_dh_installdocs: -# python setup.py build_sphinx -# dh_installdocs build/sphinx/html +override_dh_installdocs: + python setup.py build_sphinx + dh_installdocs build/sphinx/html override_dh_auto_clean: dh_auto_clean -- cgit v1.2.3