VMS: make sure to provide an absolute source directory for pod2html

Experience shows that pod2html changes directory during its process
without properly adjusting the given source directory.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-08-03 12:54:42 +02:00
parent fa849d738d
commit 9ad7f6c692

View file

@ -488,8 +488,10 @@ vmsconfig.pm : configdata.pm
CLOSE CONFIG
install_html_docs : check_INSTALLTOP
@ $(PERL) {- sourcefile("util", "process_docs.pl") -} -
--destdir=ossl_installroot:[HTML] --type=html
sourcedir = F$PARSE("{- $sourcedir -}A.;","[]") - "]A.;" + ".DOC]"
$(PERL) {- sourcefile("util", "process_docs.pl") -} -
--sourcedir='sourcedir' --destdir=ossl_installroot:[HTML] -
--type=html
check_INSTALLTOP :
@ IF "$(INSTALLTOP)" .EQS. "" THEN -