#!/usr/bin/make -f

export PYBUILD_NAME=pyexcel

%:
	dh $@ --with python2,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman        doc/source build/man # Manpage generator

override_dh_auto_test:
	# disable tests as they are not up to date for the pyexcel-io
	# version
