[exim-cvs] Include the static files within the HTML document…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Include the static files within the HTML documentation dir
Gitweb: http://git.exim.org/exim.git/commitdiff/cd6d74aba8468c0bace2b763212edf5ac8bc6446
Commit:     cd6d74aba8468c0bace2b763212edf5ac8bc6446
Parent:     3e8abda0fa92b78c4a3dfbad940b12fc90c241e3
Author:     Nigel Metheringham <nigel.metheringham@???>
AuthorDate: Mon Jul 2 15:11:50 2012 +0100
Committer:  Nigel Metheringham <nigel.metheringham@???>
CommitDate: Mon Jul 2 15:11:50 2012 +0100


    Include the static files within the HTML documentation dir
---
 release-process/scripts/mk_exim_release.pl |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/release-process/scripts/mk_exim_release.pl b/release-process/scripts/mk_exim_release.pl
index fe18da1..ffb9ecf 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);