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

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

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build-indep:
	python3 setup.py build_sphinx -b html

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