[latex3-commits] [git/LaTeX3-latex3-latex2e] stdmain: Load support in correct place (3274138c)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 2 00:28:18 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : stdmain
Link : https://github.com/latex3/latex2e/commit/3274138c53f6c1a428f99c21e5cb7cf2379a3a85
>---------------------------------------------------------------
commit 3274138c53f6c1a428f99c21e5cb7cf2379a3a85
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Oct 1 23:28:18 2019 +0100
Load support in correct place
>---------------------------------------------------------------
3274138c53f6c1a428f99c21e5cb7cf2379a3a85
base/build.lua | 5 -----
build-config.lua | 16 +++++++++++++++-
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/base/build.lua b/base/build.lua
index 6e8dca16..2c99e2f1 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -127,11 +127,6 @@ unpacksuppfiles =
"pdftexconfig.tex"
}
-checksuppfiles =
- {
- "load-unicode-xetex-classes.tex",
- }
-
-- Custom settings for the check system
testsuppdir = "testfiles/helpers"
diff --git a/build-config.lua b/build-config.lua
index 40c20b9b..b4cfaf14 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -16,7 +16,21 @@ checkformat = checkformat or "latex"
checkengines = checkengines or {"etex", "xetex", "luatex"}
checkruns = checkruns or 2
checksuppfiles = checksuppfiles or
- {"color.cfg", "graphics.cfg", "test209.tex", "test2e.tex", "xetex.def", "dvips.def", "lipsum.sty", "*.txt", "lualibs*.lua", "fontloader*.lua", "luaotfload*.lua", "luaotfloat.sty"}
+ {
+ "color.cfg",
+ "graphics.cfg",
+ "test209.tex",
+ "test2e.tex",
+ "xetex.def",
+ "dvips.def",
+ "lipsum.sty",
+ "*.txt",
+ "load-unicode-xetex-classes.tex",
+ "lualibs*.lua",
+ "fontloader*.lua",
+ "luaotfload*.lua",
+ "luaotfloat.sty"
+ }
stdengine = stdengine or "etex"
tagfiles = tagfiles or {"*.dtx","*.ins","*.tex","README.md"}
typesetsuppfiles = typesetsuppfiles or {"ltxdoc.cfg", "ltxguide.cfg"}
More information about the latex3-commits
mailing list