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:
parent
fa849d738d
commit
9ad7f6c692
1 changed files with 4 additions and 2 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue