[pywps] 10/16: Set PYTHONPATH for doc build.
Bas Couwenberg
sebastic at debian.org
Mon Aug 22 21:44:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository pywps.
commit 0e91ffe170563d8cb6b6960c267a22067474dcf4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 22 17:59:28 2016 +0200
Set PYTHONPATH for doc build.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1491010..839b011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_auto_clean:
override_dh_auto_build:
dh_auto_build
- (cd docs && $(MAKE) html)
+ (cd docs && PYTHONPATH=$(CURDIR) $(MAKE) html)
override_dh_auto_test:
PYBUILD_BEFORE_TEST="cp -rv {dir}/pywps/schemas {build_dir}/pywps/" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list