diff options
author | kali <kali@leap.se> | 2013-01-30 14:10:18 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 14:10:18 +0900 |
commit | 4888f68d940ba13fe19a50e0ee6e1f800049bbef (patch) | |
tree | 4fc8b55e09e57d2f37d1ffefe1d742d7ea548806 /debian/rules | |
parent | fa80c57c6485ad9e044c24115fbc8a5d15cec4c7 (diff) |
cleanup docs build
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5c7563c1..40671531 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ PYTHON2=$(shell pyversions -vr) %: - dh $@ --with python2,sphinxdoc --buildsystem=python_distutils #,sphinxdoc + dh $@ --with python2,sphinxdoc --buildsystem=python_distutils ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -54,4 +54,5 @@ override_dh_installdocs: override_dh_auto_clean: dh_auto_clean rm -rf build + rm -rf docs/_build rm -rf *.egg-info |