From: Matt Caswell Date: Wed, 13 Aug 2014 04:28:03 +0000 (-0400) Subject: RT1665: Fix podpath to get xref's right X-Git-Tag: master-post-reformat~520 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=690a2b1fa2c8a7dba0be84dfc052d86b864bedc3;p=oweals%2Fopenssl.git RT1665: Fix podpath to get xref's right In Makefile, when build manpages, put the current directory at the start of the podpath so that cross-refs find the local directory first. Reviewed-by: Tim Hudson --- diff --git a/Makefile.org b/Makefile.org index 590da9752e..d7c9db6fbb 100644 --- a/Makefile.org +++ b/Makefile.org @@ -714,7 +714,7 @@ install_html_docs: echo "installing html/$$fn.$(HTMLSUFFIX)"; \ cat $$i \ | sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \ - | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \ + | pod2html --podroot=doc --htmlroot=.. --podpath=$$subdir:apps:crypto:ssl \ | sed -r 's/ $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir/$$fn.$(HTMLSUFFIX); \ $(PERL) util/extract-names.pl < $$i | \