[latex3-commits] [l3svn] 02/03: Move engine modifications for l3trial to the correct places

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 23:22:04 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 606cbe69a6a3e1bfdbe3f754e0ad091b13898d2e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 22:20:27 2015 +0100

    Move engine modifications for l3trial to the correct places
    
    These have to be applied on a per-module basis.
---
 l3trial/build.lua                 |    5 -----
 l3trial/l3htoks/build.lua         |    4 ++++
 l3trial/l3kernel-extras/build.lua |    4 ++++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/l3trial/build.lua b/l3trial/build.lua
index e42f4f4..44dc911 100644
--- a/l3trial/build.lua
+++ b/l3trial/build.lua
@@ -15,9 +15,4 @@ 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/l3trial/l3htoks/build.lua b/l3trial/l3htoks/build.lua
index 8dc4fcd..b0cbc60 100644
--- a/l3trial/l3htoks/build.lua
+++ b/l3trial/l3htoks/build.lua
@@ -19,4 +19,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", "xetex", "luatex"}
+
 dofile (maindir .. "/l3build/l3build.lua")
diff --git a/l3trial/l3kernel-extras/build.lua b/l3trial/l3kernel-extras/build.lua
index 1bba232..9c7c460 100644
--- a/l3trial/l3kernel-extras/build.lua
+++ b/l3trial/l3kernel-extras/build.lua
@@ -15,4 +15,8 @@ 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 (have to be after build-config)
+checkengines = {"pdftex", "xetex", "luatex"}
+
 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