[latex3-commits] [git/LaTeX3-latex3-mathtools] master: Initial l3build set-up (428fe21)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 4 16:18:17 CET 2020


Repository : https://github.com/latex3/mathtools
On branch  : master
Link       : https://github.com/latex3/mathtools/commit/428fe21d7f267f4cfa96cec96a5e7b82f00918cb

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

commit 428fe21d7f267f4cfa96cec96a5e7b82f00918cb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 4 15:18:17 2020 +0000

    Initial l3build set-up


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

428fe21d7f267f4cfa96cec96a5e7b82f00918cb
 .gitignore |  1 +
 build.lua  | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2c851c8..2ba3c1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *.pdf
 *.zip
+build/
diff --git a/build.lua b/build.lua
new file mode 100644
index 0000000..e25d917
--- /dev/null
+++ b/build.lua
@@ -0,0 +1,11 @@
+#!/usr/bin/env texlua
+
+-- Identify the bundle and module
+bundle = ""
+module = "mathtools"
+
+-- Self-contained sources
+unpackfiles  = {"*.dtx"}
+
+-- Release a TDS-style zip
+packtdszip  = true





More information about the latex3-commits mailing list.