[bugfix] add utf8 support for pod2html and pod2markdown

This commit is contained in:
zhaoxiaomeng
2017-07-16 22:59:10 +08:00
parent 757734d554
commit 407dd6bc64
3 changed files with 3 additions and 3 deletions

View File

@@ -646,7 +646,7 @@ install_html_docs:
@\
OUTSUFFIX='.$(HTMLSUFFIX)'; \
OUTTOP="$(DESTDIR)$(HTMLDIR)"; \
GENERATE="pod2html --podroot=$(SRCDIR)/doc --htmldir=.. \
GENERATE="pod2html --utf8 --podroot=$(SRCDIR)/doc --htmldir=.. \
--podpath=apps:crypto:ssl --title=\$$Name \
| perl -pe 's|href=\"http://man.he.net/man|href=\"../man|g; s|href=\"(.*/man.*)(?<!\.html)\">|href=\"\$$1.html\">|g;'"; \
$(PROCESS_PODS)