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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	# Always call contrib-core to unsure README.md is regenerated every
	# build, regardless of whether nocheck is specified
	grunt contrib-core
