summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9491e1371cbba594727d0bf2e6eec516bf0dbe4c (plain)
1
2
3
4
5
6
7
8
9
10
11
MANPAGES=mdmv.1 mbox2maildir.1 notmuch-slurp-debbug.1

all: $(MANPAGES)

clean:
	rm -f $(MANPAGES)

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