[latex3-commits] [l3svn] branch master updated: l3build: Ensure typesetdemofiles go to CTAN

noreply at latex-project.org noreply at latex-project.org
Sat May 13 14:17:37 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  43de11c   l3build: Ensure typesetdemofiles go to CTAN
43de11c is described below

commit 43de11cabf41fa40742694702db96732fbf77524
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat May 13 13:17:09 2017 +0100

    l3build: Ensure typesetdemofiles go to CTAN
    
    Treat as part of typesetfiles for this purpose.
---
 l3build/l3build.lua |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 212b0c3..de0e850 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1825,6 +1825,12 @@ function bundlectan()
     for _,i in ipairs(typesetfiles) do
       insert(pdffiles, (gsub(i, "%.%w+$", ".pdf")))
     end
+    -- For the purposes here, any typesetting demo files need to be
+    -- part of the main typesetting list
+    local typesetfiles
+    for _,v in pairs(typesetdemofiles) do
+      insert(typesetfiles, v)
+    end
     typesetlist = excludelist(typesetfiles, {sourcefiles})
     sourcelist = excludelist(
       sourcefiles, {bstfiles, installfiles, makeindexfiles}

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


More information about the latex3-commits mailing list