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

%:
	dh $@

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_install:
	dh_auto_install -- install install-doc
endif
