[latex3-commits] [git/LaTeX3-latex3-latex3] master: missing dep (1f51fde)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Feb 28 00:17:34 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/1f51fde463110a43e208e7f5f3c49d484bc53071
>---------------------------------------------------------------
commit 1f51fde463110a43e208e7f5f3c49d484bc53071
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Feb 27 23:17:34 2019 +0000
missing dep
>---------------------------------------------------------------
1f51fde463110a43e208e7f5f3c49d484bc53071
l3experimental/l3draw/build.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/l3experimental/l3draw/build.lua b/l3experimental/l3draw/build.lua
index 264189e..2f1eb4f 100644
--- a/l3experimental/l3draw/build.lua
+++ b/l3experimental/l3draw/build.lua
@@ -14,6 +14,7 @@ typesetfiles = {"l3draw.dtx", "l3draw-code.tex"}
-- Need color support
checkdeps = {maindir .. "/l3kernel", maindir .. "/l3experimental/l3color"}
+typesetdeps = checkdeps
-- Load the common build code
dofile(maindir .. "/build-config.lua")
More information about the latex3-commits
mailing list