#!/usr/bin/make -f

export PYBUILD_NAME=sortedcontainers

%:
	dh $@ --buildsystem=pybuild

ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
execute_after_dh_auto_build:
	$(MAKE) -C docs html
endif
