#!/usr/bin/make -f

# Set to enable verbose output from debhelper
#export DH_VERBOSE=1

%:
	dh $@ --with autotools_dev

override_dh_installdocs:
	dh_installdocs README

