summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-01-23 17:18:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-01-23 17:18:10 -0700
commitbd274a20b46202f3a7d53a51a117cfd4110c3a67 (patch)
treea106aff6dcba7f9114142298ca8524aa9d2c068c /Makefile
parent5793c537ec8897ae84b9c9e9c733a47042388225 (diff)
downloadmailscripts-bd274a20b46202f3a7d53a51a117cfd4110c3a67.tar.gz
new script: gmi2email
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2ae233..6f52483 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ MANPAGES=mdmv.1 mbox2maildir.1 \
imap-dl.1 \
email-extract-openpgp-certs.1 \
email-print-mime-structure.1 \
- notmuch-import-patch.1
+ notmuch-import-patch.1 \
+ gmi2email.1
COMPLETIONS=completions/bash/email-print-mime-structure completions/bash/imap-dl
all: $(MANPAGES) $(COMPLETIONS)