[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Drop contrib directory (8b2d6b72)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Dec 3 11:29:12 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8b2d6b728ad3e420358addde07de5f06bbb281e0

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

commit 8b2d6b728ad3e420358addde07de5f06bbb281e0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Dec 3 10:29:12 2021 +0000

    Drop contrib directory


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

8b2d6b728ad3e420358addde07de5f06bbb281e0
 contrib/build.lua | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/contrib/build.lua b/contrib/build.lua
deleted file mode 100644
index 6698c5ef..00000000
--- a/contrib/build.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/env texlua
-
--- Build script for contrib packages
-
--- Identify the bundle and module
--- Just filler as this is purely a location for tests
-module = "contrib"
-bundle = ""
-
--- Location of main directory: use Unix-style path separators
-maindir = ".."
-
--- Non-standard settings
-checkdeps   =
-  {
-    maindir .. "/base",
-    maindir .. "/required/amsmath",
-    maindir .. "/required/graphics",
-    maindir .. "/required/tools"
-  }
-checksearch = true
-
--- Load the common build code
-dofile(maindir .. "/build-config.lua")





More information about the latex3-commits mailing list.