summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorMatt Caswell <frodo@baggins.org>2014-08-13 00:28:03 -0400
committerRich Salz <rsalz@akamai.com>2014-08-13 00:31:02 -0400
commit690a2b1fa2c8a7dba0be84dfc052d86b864bedc3 (patch)
tree193cb1278993b676c57ba84a8d9d7d5f95f02b1a /Makefile.org
parentbebbb11d132cc149f7713d6693703f8bfae10072 (diff)
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 <tjh@cryptosoft.com>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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/<!DOCTYPE.*//g' \
> $(INSTALL_PREFIX)$(HTMLDIR)/$$subdir/$$fn.$(HTMLSUFFIX); \
$(PERL) util/extract-names.pl < $$i | \