mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
VMS: Correct faulty source directory specification
$(SRCDIR)/doc doesn't work right on VMS. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16395)
This commit is contained in:
parent
8b4e9c5265
commit
33a62d448c
@ -886,9 +886,10 @@ EOF
|
||||
my $title = basename($args{src}, ".html");
|
||||
my $pod = $gen0;
|
||||
my $mkpod2html = sourcefile('util', 'mkpod2html.pl');
|
||||
my $srcdoc = sourcedir('doc');
|
||||
return <<"EOF";
|
||||
$args{src} : $pod
|
||||
\$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
|
||||
\$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "$srcdoc"
|
||||
EOF
|
||||
} elsif ($args{src} =~ /\.(\d)$/) {
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user