[latex3-commits] [git/LaTeX3-latex3-latex3] master: Need l3backend as a general dep (99defac)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jun 6 21:20:52 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/99defac45e099a6af80ce9bdaa7dfed4ae2f8231
>---------------------------------------------------------------
commit 99defac45e099a6af80ce9bdaa7dfed4ae2f8231
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 6 20:20:52 2019 +0100
Need l3backend as a general dep
This does not show up in a full test run, but does
when you run just one or two tests after cleanup.
>---------------------------------------------------------------
99defac45e099a6af80ce9bdaa7dfed4ae2f8231
build-config.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index 1543bb8..09952bb 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -1,7 +1,7 @@
-- Common settings for LaTeX3 development repo, used by l3build script
-checkdeps = checkdeps or {maindir .. "/l3kernel"}
-typesetdeps = typesetdeps or {maindir .. "/l3kernel"}
+checkdeps = checkdeps or {maindir .. "/l3backend", maindir .. "/l3kernel"}
+typesetdeps = typesetdeps or {maindir .. "/l3backend", maindir .. "/l3kernel"}
unpackdeps = unpackdeps or {maindir .. "/l3kernel"}
checkengines = checkengines
More information about the latex3-commits
mailing list