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

export PYBUILD_NAME=zc.customdoctests

export PYBUILD_AFTER_INSTALL = cd {destdir}{install_dir}/zc/customdoctests && \
	rm -r *.txt

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