summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-05 16:42:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-05 16:42:01 -0700
commita527e341c147cc6b952ba35f08ce4e116dc200af (patch)
tree9be6e21fc8b304c9aca0560a32aab35ab3fef5bf /Makefile
parent5e5d198de86e71687677b9312c0ae6fc238b0fbd (diff)
parent7b3d79afdaca217183b9715cfb40979a16cafd89 (diff)
downloadmailscripts-a527e341c147cc6b952ba35f08ce4e116dc200af.tar.gz
Merge tag 'debian/0.23-1' into buster-bpo
mailscripts release 0.23-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Thu 28 Jan 2021 04:37:17 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
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)