diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-06-09 21:17:13 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-06-09 21:17:13 +0000 |
commit | b1f9d0134dffbe07dded9a25370feb1cd55ea3af (patch) | |
tree | 42941e25acba65ce43f719d2a65219c15b65a6cb /doc/Makefile.nmake | |
parent | ad6ae6f993fe840c52c6d12417ef396415d9cfdd (diff) | |
download | wireshark-b1f9d0134dffbe07dded9a25370feb1cd55ea3af.tar.gz wireshark-b1f9d0134dffbe07dded9a25370feb1cd55ea3af.tar.bz2 wireshark-b1f9d0134dffbe07dded9a25370feb1cd55ea3af.zip |
Back out the Makefile changes from r49865. The OSX buildbots don't like --utf8. Is the change to wireshark.pod.template sufficient?
svn path=/trunk/; revision=49866
Diffstat (limited to 'doc/Makefile.nmake')
-rw-r--r-- | doc/Makefile.nmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake index e227a56904..fd05767583 100644 --- a/doc/Makefile.nmake +++ b/doc/Makefile.nmake @@ -59,7 +59,6 @@ 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 |