notmuch/contrib/notmuch-mutt/Makefile
2012-03-30 18:12:49 -03:00

12 lines
162 B
Makefile

NAME = notmuch-mutt
all: $(NAME) $(NAME).1
$(NAME).1: $(NAME)
pod2man $< > $@
README.html: README
markdown $< > $@
clean:
rm -f notmuch-mutt.1 README.html