From: Nigel Metheringham Date: Mon, 2 Jul 2012 14:11:50 +0000 (+0100) Subject: Include the static files within the HTML documentation dir X-Git-Tag: exim-4_81_RC1~49 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/cd6d74aba8468c0bace2b763212edf5ac8bc6446 Include the static files within the HTML documentation dir --- diff --git a/release-process/scripts/mk_exim_release.pl b/release-process/scripts/mk_exim_release.pl index fe18da106..ffb9ecff6 100755 --- a/release-process/scripts/mk_exim_release.pl +++ b/release-process/scripts/mk_exim_release.pl @@ -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);