[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add build.lua for l3sys-shell (b7aab3a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 23 10:04:56 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b7aab3a48bdcae826ff25a85690e6d93989f0f7a
>---------------------------------------------------------------
commit b7aab3a48bdcae826ff25a85690e6d93989f0f7a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 23 09:04:56 2018 +0100
Add build.lua for l3sys-shell
>---------------------------------------------------------------
b7aab3a48bdcae826ff25a85690e6d93989f0f7a
l3experimental/{l3color => l3sys-shell}/build.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3experimental/l3color/build.lua b/l3experimental/l3sys-shell/build.lua
similarity index 86%
copy from l3experimental/l3color/build.lua
copy to l3experimental/l3sys-shell/build.lua
index 878ceb1..5c989d8 100644
--- a/l3experimental/l3color/build.lua
+++ b/l3experimental/l3sys-shell/build.lua
@@ -1,11 +1,11 @@
#!/usr/bin/env texlua
--- Build script for LaTeX3 "l3color" files
+-- Build script for LaTeX3 "l3sys-shell" files
-- Identify the bundle and module: the module may be empty in the case where
-- there is no subdivision
bundle = "l3experimental"
-module = "l3color"
+module = "l3sys-shell"
-- Location of main directory: use Unix-style path separators
maindir = "../.."
More information about the latex3-commits
mailing list