From: Richard Levitte Date: Wed, 3 Aug 2016 10:54:42 +0000 (+0200) Subject: VMS: make sure to provide an absolute source directory for pod2html X-Git-Tag: OpenSSL_1_1_0-pre6~6 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9ad7f6c692bf3ba579f53ccd658a3d1e6aa224c4;hp=fa849d738df6152441e0c50e26acfb03e6f8a3eb 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 --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 40e04bbb17..64b70ad4ed 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -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 -