summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 48cb2fa..352f6f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
MANPAGES=mdmv.1 mbox2maildir.1 \
notmuch-slurp-debbug.1 notmuch-extract-patch.1 maildir-import-patch.1 \
email-extract-openpgp-certs.1 \
+ email-print-mime-structure.1 \
notmuch-import-patch.1
all: $(MANPAGES)
@@ -10,5 +11,6 @@ clean:
%.1: %.1.pod
pod2man --section=1 --date="Debian Project" --center="User Commands" \
+ --utf8 \
--name=$(subst .1,,$@) \
$^ $@