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
This commit is contained in:
Chris Maynard 2013-06-09 21:17:13 +00:00
parent ad6ae6f993
commit b1f9d0134d
2 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ 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

View File

@ -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