[latex3-commits] [git/LaTeX3-latex3-latex3] xmarks: l3build driver update (a33279e)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Nov 22 14:09:17 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : xmarks
Link       : https://github.com/latex3/latex3/commit/a33279e19de1683c17f7ef7517d329214673edb1

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

commit a33279e19de1683c17f7ef7517d329214673edb1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Tue Nov 20 17:14:14 2018 +0100

    l3build driver update


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

a33279e19de1683c17f7ef7517d329214673edb1
 l3trial/xmarks/build.lua |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/l3trial/xmarks/build.lua b/l3trial/xmarks/build.lua
index 08e4901..b3c91fa 100644
--- a/l3trial/xmarks/build.lua
+++ b/l3trial/xmarks/build.lua
@@ -13,6 +13,33 @@ maindir = "../.."
 -- Non-standard settings
 checkdeps = {maindir .. "/l3packages/xparse"}
 
+
+-- sourcefiles = {"*.dtx", "*.ins", "*-????-??-??.sty", "l3doc-TUB.cls"}
+
+typesetfiles  = {"*.tex"}
+
+-- typesetsourcefiles = {"l3doc-TUB.cls"}
+
+checkruns     = 2
+
+
+
+checksuppfiles  = 
+  {
+    "CaseFolding.txt",
+    "SpecialCasing.txt",
+    "UnicodeData.txt",
+    "article.cls",
+    "etoolbox.sty",
+    "fontenc.sty",
+    "minimal.cls",
+    "ot1enc.def",
+    "regression-test.cfg",
+    "regression-test.tex",
+    "size10.clo",
+  }
+
+
 -- Load the common build code
 dofile(maindir .. "/build-config.lua")
 





More information about the latex3-commits mailing list