summaryrefslogtreecommitdiff
path: root/Makefile
blob: 41b17c9950023663821abd714f47e1496d21eaad (plain)
1
2
3
4
5
6
7
8
9
10
11
MANPAGES=mdmv.1

all: $(MANPAGES)

clean:
	rm -f $(MANPAGES)

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