[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop one redundant file (0b9c7be)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Mar 10 12:10:02 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/0b9c7be25cc7dc41c35c45800503e9b53cac0463

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

commit 0b9c7be25cc7dc41c35c45800503e9b53cac0463
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 10 11:10:02 2018 +0000

    Drop one redundant file


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

0b9c7be25cc7dc41c35c45800503e9b53cac0463
 xpackages/xor/build.lua |   28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/xpackages/xor/build.lua b/xpackages/xor/build.lua
deleted file mode 100644
index 6320a93..0000000
--- a/xpackages/xor/build.lua
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env texlua
-
--- Build script for LaTeX3 "xor" files
-
--- Identify the bundle and module
-module = "xor"
-bundle = ""
-
--- Location of main directory: use Unix-style path separators
-maindir = "../.."
-
--- Non-standard settings
-checkdeps    =
-  {
-    maindir .. "/l3build",
-    maindir .. "/l3packages/xparse",
-    maindir .. "/l3packages/xtemplate"
-  }
-checkengines = {"pdftex"}
-checkruns    = 3
-checksearch  = true
-
--- Load the common build code: this is the one place that a path needs to be
--- hard-coded
--- As the build system is 'self-contained' there is no module set up here: just
---load the file in a similar way to a TeX \input
-dofile (maindir .. "/build-config.lua")
-dofile (maindir .. "/l3build/l3build.lua")





More information about the latex3-commits mailing list