diff options
author | kali <kali@leap.se> | 2013-01-30 11:05:07 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 11:05:07 +0900 |
commit | 7881f051cc1a5ba3b72764f4885842c4255b98b6 (patch) | |
tree | fc54a263fb9a3e0c52a3d251d9bd4ab5c142b502 /debian/rules | |
parent | 4a384e9fbbd26d59be52c2de0aa2389f0207ee7c (diff) |
add sphinxdocs to dh
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
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 |