#!/usr/bin/make -f

%:
	dh $@ --with lisp

override_dh_installdocs:
	dh_installdocs doc/*
