Commit 9ad7f6c6 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent fa849d73
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 -