#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-source

execute_before_dh_installman: debian/nwg-dock.1

debian/nwg-dock.1: debian/nwg-dock.pod
	pod2man -r "" -c "" -n $(shell echo $(notdir $(@:%.1=%)) | tr a-z A-Z) $< > $@
