[med-svn] [snakemake] 04/05: Use setup.py to build docs
Kevin Murray
daube-guest at moszumanska.debian.org
Mon Sep 14 06:17:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository snakemake.
commit 7af5a49be19dcc51182196a919ff484fc7fe6c4d
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Mon Sep 14 13:54:11 2015 +1000
Use setup.py to build docs
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 793668f..4f93bd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
override_dh_auto_build:
dh_auto_build
- cd docs && $(MAKE) html
+ python3 setup.py build_sphinx
get-orig-source:
uscan --verbose --force-download --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list