From 15a1f19e62b92c33223e2e8e1c19b4f6d0e9ee71 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 1 Jul 2016 19:06:37 +0200 Subject: [PATCH] Deal with pod2html issues, in this case the lack of .html suffix in links Reviewed-by: Rich Salz --- 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 20fd1d6783..6dbed436f2 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.*)(?|href=\"\$$1.html\">|g;'"; \ $(PROCESS_PODS) uninstall_html_docs: -- 2.34.1