aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-mutt/Makefile
blob: 87f9031cb4777b27f863da8d33b2a2dbc4c176e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
NAME = notmuch-mutt

all: $(NAME) $(NAME).1

$(NAME).1: $(NAME)
	pod2man $< > $@

README.html: README
	markdown $< > $@

clean:
	rm -f notmuch-mutt.1 README.html