[latex3-commits] [git/l3build] sourcedir: with a tree structure should create tds zip file (297416a)
Will Robertson
will at wspr.io
Mon Dec 11 12:39:53 CET 2017
Repository : https://github.com/latex3/l3build
On branch : sourcedir
Link : https://github.com/latex3/l3build/commit/297416a1313ffc5e144faf4e53eb5d56a768d0f3
>---------------------------------------------------------------
commit 297416a1313ffc5e144faf4e53eb5d56a768d0f3
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]
>---------------------------------------------------------------
297416a1313ffc5e144faf4e53eb5d56a768d0f3
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