[latex3-commits] [l3svn] 01/02: l3build: Set version for bundle-wide files

noreply at latex-project.org noreply at latex-project.org
Fri Oct 9 10:10:26 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 18d6fb0523a6cdf589488b58495b65fc3ecbca82
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 9 09:07:40 2015 +0100

    l3build: Set version for bundle-wide files
---
 l3build/l3build.lua |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 8aaf4dd..7238c9a 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1888,6 +1888,10 @@ function stdmain(target, files)
       errorlevel = allmodules("install")
     elseif target == "setversion" then
       errorlevel = allmodules("setversion")
+      -- Deal with any files in the bundle dir itself
+      if errorlevel == 0 then
+        errorlevel = setversion()
+      end
     elseif target == "unpack" then
       errorlevel = allmodules("bundleunpack")
     elseif target == "version" then

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list