aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
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/Makefile.am
parent0d936038c13ce266ffa36d1cbce05accc396f8cd (diff)
downloadwireshark-ad6ae6f993fe840c52c6d12417ef396415d9cfdd.tar.gz
wireshark-ad6ae6f993fe840c52c6d12417ef396415d9cfdd.tar.bz2
wireshark-ad6ae6f993fe840c52c6d12417ef396415d9cfdd.zip
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/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 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