summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-09-10 14:59:43 -0400
committerSean Whitton <spwhitton@spwhitton.name>2019-09-14 12:13:38 -0700
commit4f7d08f600553d769cba2d0e8da08bd064d1c376 (patch)
tree8466aaa061b7a3ecad580887e4f544d978a8aabb
parente45a4c80f1eda37409416c08a4fea39dac05bdbe (diff)
downloadmailscripts-4f7d08f600553d769cba2d0e8da08bd064d1c376.tar.gz
generate nroff output in UTF-8. it is 2019!
also, email-print-mime-structure's manpage uses UTF-8. groff can handle it just fine these days (assuming a UTF-8 locale, i haven't tested otherwise), so i don't think any debian system where this is installed is going to have a problem with it. We use UTF-8 in lots of different manpages already (see the tables in systemd.unit(5), for example). Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7a9b6d..352f6f0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,6 @@ clean:
%.1: %.1.pod
pod2man --section=1 --date="Debian Project" --center="User Commands" \
+ --utf8 \
--name=$(subst .1,,$@) \
$^ $@