]> git.notmuchmail.org Git - notmuch/blob - contrib/notmuch-mutt/Makefile
contrib: pick: update notmuch-show calls
[notmuch] / contrib / notmuch-mutt / Makefile
1 NAME = notmuch-mutt
2
3 all: $(NAME) $(NAME).1
4
5 $(NAME).1: $(NAME)
6         pod2man $< > $@
7
8 README.html: README
9         markdown $< > $@
10
11 clean:
12         rm -f notmuch-mutt.1 README.html