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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

#include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/class/python-distutils.mk

%:
	dh $@ --with python2

build-indep:
	$(MAKE) -C doc html

clean::
	rm -rf build build-stamp
