Support safari_ecdhe_ecdsa_bug for openssl_options
[exim.git] / release-process / scripts / mk_exim_release.pl
index fe18da106c609af9ed77ae1b9316c485cc819f32..d29770d2745d7d7c0e70c58e2ff60da0a6b39bc7 100755 (executable)
@@ -146,8 +146,11 @@ sub build_html_documentation {
 
     mkdir($dir);
 
-    my @cmd =
-      ( $genpath, '--spec', $spec, '--filter', $filter, '--latest', $context->{trelease}, '--tmpl', $templates, '--docroot', $dir );
+    my @cmd = (
+        $genpath,   '--spec',    $spec,                '--filter',
+        $filter,    '--latest',  $context->{trelease}, '--tmpl',
+        $templates, '--docroot', $dir,                 '--localstatic'
+    );
 
     print "Executing ", join( ' ', @cmd ), "\n";
     system(@cmd);
@@ -188,7 +191,7 @@ sub build_documentation {
     my $context = shift;
 
     my $docdir = File::Spec->catdir( $context->{release_tree}, 'doc', 'doc-docbook' );
-    system("cd '$docdir' && ./OS-Fixups && make everything") == 0
+    system("cd '$docdir' && ./OS-Fixups && make EXIM_VER=$context->{release} everything") == 0
       || croak "Doc build failed";
 
     copy_docbook_files($context);