#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=pynfft
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build-indep:
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/source doc/build/html

override_dh_installdocs-indep:
	dh_installdocs --indep
	dh_sphinxdoc --indep
