doc: Use -u (UTF8) flag when generating the man page.
[miniexpect.git] / Makefile.am
index 98d21eb..811742b 100644 (file)
@@ -79,6 +79,7 @@ CLEANFILES += miniexpect.3
 
 miniexpect.3: miniexpect.pod
        $(POD2MAN) \
+         -u \
          --section 3 \
          --release "$(PACKAGE)-$(VERSION)" \
          -c "Library functions" \