[Python-modules-commits] [pytest] 01/13: Build html and manpages in one call

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Feb 15 21:22:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

sramacher pushed a commit to branch master
in repository pytest.

commit 9ad92e2ad35764e31c0869c3f06c04aefe90c76c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Feb 15 21:22:19 2016 +0100

    Build html and manpages in one call
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f27484d..b431a19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,12 @@ export PYBUILD_VERBOSE=1
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=`pwd` make -C doc/en man
+	PYTHONPATH=`pwd` $(MAKE) -C doc/en man html
 	cp doc/en/_build/man/pytest.1 debian/py.test.1
 	cp debian/py.test.1 debian/py.test-3.1
 	sed -i 's/PYTEST/PY.TEST/g' debian/py.test.1
 	sed -i 's/PYTEST/PY.TEST-3/g' debian/py.test-3.1
 	sed -i 's/py\.test/py.test-3/g' debian/py.test-3.1
-	PYTHONPATH=`pwd` make -C doc/en/ html
 
 # 2015-12-16 barry at debian.org: Because pytest does not clean up after itself,
 # use a custom temporary directory (which is easier to clean up manually,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git



More information about the Python-modules-commits mailing list