#!/usr/bin/make -f

%:
	dh $@ --with sphinxdoc

override_dh_auto_build:
	make -C doc/en html
