#!/usr/bin/make -f

DH_VERBOSE=1

%:
	dh $@ --with elpa

override_dh_auto_build:
	makeinfo mutt-alias.texi
	dh_auto_build
