]> git.cworth.org Git - notmuch/blobdiff - contrib/notmuch-mutt/Makefile
contrib: new mutt-notmuch utility for Mutt integration
[notmuch] / contrib / notmuch-mutt / Makefile
diff --git a/contrib/notmuch-mutt/Makefile b/contrib/notmuch-mutt/Makefile
new file mode 100644 (file)
index 0000000..87f9031
--- /dev/null
@@ -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