#!/usr/bin/make -f

export PYBUILD_NAME := async-generator

%:
	dh $@ --buildsystem=pybuild

.PHONY: override_dh_auto_build
override_dh_auto_build:
	dh_auto_build --buildsystem=pybuild
  ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	$(MAKE) -C docs html
  endif
