From 690a2b1fa2c8a7dba0be84dfc052d86b864bedc3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 13 Aug 2014 00:28:03 -0400 Subject: [PATCH 1/1] 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 --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- 2.34.1