#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_install:
	# create manpage
	pod2man mp3burn mp3burn.1
