[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Jul 1 17:49:03 UTC 2016
The branch master has been updated
via 15a1f19e62b92c33223e2e8e1c19b4f6d0e9ee71 (commit)
from 0483f5865267bb479d667dda84a7c8bbfadfbdeb (commit)
- Log -----------------------------------------------------------------
commit 15a1f19e62b92c33223e2e8e1c19b4f6d0e9ee71
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Jul 1 19:06:37 2016 +0200
Deal with pod2html issues, in this case the lack of .html suffix in links
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 20fd1d6..6dbed43 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -628,7 +628,7 @@ install_html_docs:
OUTTOP="$(DESTDIR)$(HTMLDIR)"; \
GENERATE="pod2html --podroot=$(SRCDIR)/doc --htmldir=.. \
--podpath=apps:crypto:ssl --title=\$$Name \
- | sed -e 's|href=\"http://man.he.net/man|href=\"../man|g'"; \
+ | perl -pe 's|href=\"http://man.he.net/man|href=\"../man|g; s|href=\"(.*/man.*)(?<!\.html)\">|href=\"\$$1.html\">|g;'"; \
$(PROCESS_PODS)
uninstall_html_docs:
More information about the openssl-commits
mailing list