mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
Windows build file: add forgotten quotes on POD->html command line
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15084)
This commit is contained in:
parent
0d6c144e8d
commit
02669b677e
@ -686,7 +686,7 @@ EOF
|
||||
my $pod = $gen0;
|
||||
return <<"EOF";
|
||||
$args{src}: "$pod"
|
||||
\$(PERL) \$(SRCDIR)/util/mkpod2html.pl -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
|
||||
"\$(PERL)" "\$(SRCDIR)/util/mkpod2html.pl" -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
|
||||
EOF
|
||||
} elsif (platform->isdef($args{src})) {
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user