[gmssl] fix pod2man

This commit is contained in:
zhaoxiaomeng
2017-07-15 12:18:26 +08:00
parent 6ec549e6dc
commit 757734d554
3 changed files with 3 additions and 3 deletions

View File

@@ -630,7 +630,7 @@ install_man_docs:
@\
OUTSUFFIX='.$${SEC}$(MANSUFFIX)'; \
OUTTOP="$(DESTDIR)$(MANDIR)"; \
GENERATE='pod2man --name=$$NAME --section=$$SEC --center=OpenSSL --release=$(VERSION)'; \
GENERATE='pod2man --utf8 --name=$$NAME --section=$$SEC --center=OpenSSL --release=$(VERSION)'; \
$(PROCESS_PODS)
uninstall_man_docs: