diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-06-09 20:52:15 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-06-09 20:52:15 +0000 |
commit | ad6ae6f993fe840c52c6d12417ef396415d9cfdd (patch) | |
tree | 96f469100933eb3f4320effd6daaca220c3c7121 /doc/Makefile.am | |
parent | 0d936038c13ce266ffa36d1cbce05accc396f8cd (diff) | |
download | wireshark-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.am | 1 |
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 |