From 4f7d08f600553d769cba2d0e8da08bd064d1c376 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 10 Sep 2019 14:59:43 -0400 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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,,$@) \ $^ $@ -- cgit v1.2.3