#!/usr/bin/make -f

export PYBUILD_NAME := async-generator

%:
	dh $@ --buildsystem=pybuild

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
  .PHONY: execute_after_dh_auto_build
  execute_after_dh_auto_build:
	$(MAKE) -C docs html
endif
