aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-mutt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/notmuch-mutt/Makefile')
-rw-r--r--contrib/notmuch-mutt/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/notmuch-mutt/Makefile b/contrib/notmuch-mutt/Makefile
new file mode 100644
index 0000000..87f9031
--- /dev/null
+++ b/contrib/notmuch-mutt/Makefile
@@ -0,0 +1,12 @@
+NAME = notmuch-mutt
+
+all: $(NAME) $(NAME).1
+
+$(NAME).1: $(NAME)
+ pod2man $< > $@
+
+README.html: README
+ markdown $< > $@
+
+clean:
+ rm -f notmuch-mutt.1 README.html