[latex3-commits] [git/l3build] master: with a tree structure should create tds zip file (800dbed)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 11 13:52:34 CET 2017
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/800dbed9dd154fa338b226d51c2b430154e4b4ac
>---------------------------------------------------------------
commit 800dbed9dd154fa338b226d51c2b430154e4b4ac
Author: Will Robertson <will at wspr.io>
Date: Mon Dec 11 22:05:55 2017 +1030
with a tree structure should create tds zip file
definitely a use case where the TDS should basically be mandatory
[ci skip]
>---------------------------------------------------------------
800dbed9dd154fa338b226d51c2b430154e4b4ac
examples/Simple-Tree/build.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/Simple-Tree/build.lua b/examples/Simple-Tree/build.lua
index 5524c18..2a17f4f 100755
--- a/examples/Simple-Tree/build.lua
+++ b/examples/Simple-Tree/build.lua
@@ -5,6 +5,7 @@ module = "simple-tree"
sourcefiledir = "code"
docfiledir = "doc"
typesetfiles = {"*.dtx","*.tex"}
+packtdszip = true -- recommended for "tree" layouts
kpse.set_program_name("kpsewhich")
dofile(kpse.lookup("l3build.lua"))
More information about the latex3-commits
mailing list