summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-07-25 12:38:52 -0400
committerSean Whitton <spwhitton@spwhitton.name>2019-07-29 07:38:09 +0100
commit5929eabef63e0167ead14a81f30097c9397f7ee4 (patch)
tree135c26cdc1ffb8f36e5098d061716500d0de88cb /Makefile
parent701c568e78d17f00d44c51201736177323d03e32 (diff)
downloadmailscripts-5929eabef63e0167ead14a81f30097c9397f7ee4.tar.gz
Add email-extract-openpgp-certs
Hopefully this tool is useful for other people, not just for myself and Anarcat. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 220aa6f..48cb2fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
MANPAGES=mdmv.1 mbox2maildir.1 \
notmuch-slurp-debbug.1 notmuch-extract-patch.1 maildir-import-patch.1 \
+ email-extract-openpgp-certs.1 \
notmuch-import-patch.1
all: $(MANPAGES)