From: Richard W.M. Jones Date: Sun, 18 Dec 2016 14:22:23 +0000 (+0000) Subject: doc: Use -u (UTF8) flag when generating the man page. X-Git-Tag: v1.1~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=dcfbc4a45ac420d89d9e2cfdb5fb82303f05cfa2;p=miniexpect.git doc: Use -u (UTF8) flag when generating the man page. --- diff --git a/Makefile.am b/Makefile.am index 98d21eb..811742b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ CLEANFILES += miniexpect.3 miniexpect.3: miniexpect.pod $(POD2MAN) \ + -u \ --section 3 \ --release "$(PACKAGE)-$(VERSION)" \ -c "Library functions" \