[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add l3backend to l3draw deps for testing (5802f4215)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jun 10 17:54:43 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/5802f421529e6850454fc4d9d06042db28953a0c

>---------------------------------------------------------------

commit 5802f421529e6850454fc4d9d06042db28953a0c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jun 10 16:54:39 2020 +0100

    Add l3backend to l3draw deps for testing
    
    This got lost as l3color is required.


>---------------------------------------------------------------

5802f421529e6850454fc4d9d06042db28953a0c
 l3experimental/l3draw/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3experimental/l3draw/build.lua b/l3experimental/l3draw/build.lua
index 2f1eb4ff1..327a7aebf 100644
--- a/l3experimental/l3draw/build.lua
+++ b/l3experimental/l3draw/build.lua
@@ -13,7 +13,7 @@ maindir = "../.."
 typesetfiles = {"l3draw.dtx", "l3draw-code.tex"}
 
 -- Need color support
-checkdeps = {maindir .. "/l3kernel", maindir .. "/l3experimental/l3color"}
+checkdeps = {maindir .. "/l3backend", maindir .. "/l3kernel", maindir .. "/l3experimental/l3color"}
 typesetdeps = checkdeps
 
 -- Load the common build code





More information about the latex3-commits mailing list.