summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:10:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:51:41 -0700
commit2ccfaae0ea4ce8ab691f1b1a0e8481e9b43dbe1c (patch)
treea5caaef16a1eefef0da4db699abf524acebcfbbe /Makefile
parentb0aa9fc4b5d6fffda94e68a8e21b337789d117fa (diff)
downloadmailscripts-2ccfaae0ea4ce8ab691f1b1a0e8481e9b43dbe1c.tar.gz
new scripts: maildir-import-patch(1), notmuch-import-patch(1)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8d0233..220aa6f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-MANPAGES=mdmv.1 mbox2maildir.1 notmuch-slurp-debbug.1 notmuch-extract-patch.1
+MANPAGES=mdmv.1 mbox2maildir.1 \
+ notmuch-slurp-debbug.1 notmuch-extract-patch.1 maildir-import-patch.1 \
+ notmuch-import-patch.1
all: $(MANPAGES)