[latex3-commits] [l3svn] 03/04: Activate checking for (u)pTeX

noreply at latex-project.org noreply at latex-project.org
Tue Sep 8 22:06:18 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 fee8c77fcd5c59dd5d04c69416577d079bd9ddab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 8 20:47:06 2015 +0100

    Activate checking for (u)pTeX
    
    As there are 'oddities' in l3trial, at present that remains
    just pdfTeX/XeTeX/LuaTeX.
    
    upTeX adds some noise to the terminal due to l3unicode-data.def:
    I will work on that.
---
 build-config.lua        |    1 +
 l3trial/build.lua       |    5 +++++
 xpackages/xor/build.lua |    5 ++++-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 4400c19..04ebf7e 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -5,6 +5,7 @@ typesetdeps = typesetdeps or {maindir .. "/l3kernel"}
 unpackdeps  = unpackdeps  or {maindir .. "/l3kernel"}
 
 cmdchkfiles     = {"*.dtx"}
+checkengines    = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
 checksuppfiles  = {"minimal.cls", "regression-test.cfg"}
 unpacksuppfiles = {"docstrip.tex"}
 
diff --git a/l3trial/build.lua b/l3trial/build.lua
index 44dc911..e42f4f4 100644
--- a/l3trial/build.lua
+++ b/l3trial/build.lua
@@ -15,4 +15,9 @@ maindir = ".."
 -- As the build system is 'self-contained' there is no module set up here: just
 --load the file in a similar way to a TeX \input
 dofile (maindir .. "/build-config.lua")
+
+-- Non-standard settings
+
+checkengines = {"pdftex", "xetex", "luatex"}
+
 dofile (maindir .. "/l3build/l3build.lua")
diff --git a/xpackages/xor/build.lua b/xpackages/xor/build.lua
index aef0976..36aa2cc 100644
--- a/xpackages/xor/build.lua
+++ b/xpackages/xor/build.lua
@@ -10,7 +10,6 @@ bundle = ""
 maindir = "../.."
 
 -- Non-standard settings
-checkengines = {"pdftex"}
 checkruns   = 3
 checksearch = true
 
@@ -19,4 +18,8 @@ checksearch = true
 -- As the build system is 'self-contained' there is no module set up here: just
 --load the file in a similar way to a TeX \input
 dofile (maindir .. "/build-config.lua")
+
+-- Non-standard settings (have to be after build-config)
+checkengines = {"pdftex"}
+
 dofile (maindir .. "/l3build/l3build.lua")

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


More information about the latex3-commits mailing list