#!/usr/bin/make -f # -*- makefile -*- export PYBUILD_NAME=qwt %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_clean: rm -rf build/html dh_clean override_dh_auto_install: dh_auto_install dh_numpy dh_numpy3 override_dh_auto_build: dh_auto_build PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html # HTML generator