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

Frank Mittelbach frank.mittelbach at latex-project.org
Tue Nov 20 17:14:14 CET 2018


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

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

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

    l3build driver update


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

14a046d28532c6cfa08de6234bbecb34b6506900
 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