#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_installman: debian/jl.1

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