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

%:
	dh $@ --parallel

override_dh_auto_install:
	dh_auto_install -- install install-doc
