[latex3-commits] [git/LaTeX3-latex3-l3build] standalone: Install l3build itself as a script (see #50) (802f8eb)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 6 10:21:41 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : standalone
Link       : https://github.com/latex3/l3build/commit/802f8eb8b27f18b4e4b0ecb2bb8c0c82ca9f397c

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

commit 802f8eb8b27f18b4e4b0ecb2bb8c0c82ca9f397c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 5 21:42:12 2018 +0000

    Install l3build itself as a script (see #50)


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

802f8eb8b27f18b4e4b0ecb2bb8c0c82ca9f397c
 build.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 66434d6..40c56cc 100644
--- a/build.lua
+++ b/build.lua
@@ -11,8 +11,9 @@ checkconfigs = {"build", "config-plain"}
 checkdeps    = { }
 checkengines = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
 cleanfiles   = {"*.pdf", "*.tex", "*.zip"}
-installfiles = {"l3build*.lua", "regression-test.tex"}
+installfiles = {"regression-test.tex"}
 packtdszip   = true
+scriptfiles  = {"l3build*.lua"}
 sourcefiles  = {"*.dtx", "l3build*.lua", "*.ins"}
 typesetcmds  = "\\AtBeginDocument{\\DisableImplementation}"
 unpackdeps   = { }





More information about the latex3-commits mailing list