summaryrefslogtreecommitdiff
path: root/Makefile
blob: 286c18770291c9d4a9fae77b182127187117c57b (plain)
1
2
3
4
5
6
7
8
MANPAGES=mdmv.1

all: $(MANPAGES)

%.1: %.1.pod
	pod2man --section=1 --date="Debian Project" --center="User Commands" \
		--name=$(subst .1,,$@) \
		$^ $@