aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-09 20:52:15 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-09 20:52:15 +0000
commitad6ae6f993fe840c52c6d12417ef396415d9cfdd (patch)
tree96f469100933eb3f4320effd6daaca220c3c7121 /doc
parent0d936038c13ce266ffa36d1cbce05accc396f8cd (diff)
Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.
Fixes the 2nd problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8774 svn path=/trunk/; revision=49865
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/Makefile.nmake1
-rw-r--r--doc/wireshark.pod.template6
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 544b0d0e2e..dcab1d717c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -123,6 +123,7 @@ POD_CSS_URL ?= $(top_srcdir)/docbook/ws.css
$(AM_V_POD2MAN)$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
+ --utf8 \
$< > $@
.pod.html: ../config.h $(top_srcdir)/docbook/ws.css
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index fd05767583..e227a56904 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -59,6 +59,7 @@ wireshark.1: wireshark.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
+ --utf8 \
wireshark.pod > wireshark.1
wireshark.html: wireshark.pod ../config.h ws.css
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 01583e94e4..285d1e5142 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -1,3 +1,9 @@
+=begin man
+
+=encoding utf8
+
+=end man
+
=head1 NAME
wireshark - Interactively dump and analyze network traffic