[latex3-commits] [git/LaTeX3-latex3-xcolor] main: Add l3build support (a24ee00)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Aug 20 12:05:36 CEST 2021


Repository : https://github.com/latex3/xcolor
On branch  : main
Link       : https://github.com/latex3/xcolor/commit/a24ee00a71316e382a2c198580c35bb7835ffc5b

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

commit a24ee00a71316e382a2c198580c35bb7835ffc5b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 20 11:05:36 2021 +0100

    Add l3build support
    
    We will likely renamed the README, ChangeLog files
    at some stage: these are holders until re-formatted
    into Markdown.


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

a24ee00a71316e382a2c198580c35bb7835ffc5b
 build.lua | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/build.lua b/build.lua
new file mode 100644
index 0000000..ff5f964
--- /dev/null
+++ b/build.lua
@@ -0,0 +1,18 @@
+#!/usr/bin/env texlua
+
+-- Build script for "xcolor" files
+
+-- Identify the bundle and module
+bundle = ""
+module = "xcolor"
+
+installfiles = {"svgnam.def", "x11nam.def", "xcolor.pro", "xcolor.sty"}
+sourcefiles = {"xcolor.dtx", "xcolor.ins"}
+unpackfiles = {"xcolor.ins"}
+
+-- Get the .pro files in the right place
+tdslocations = {"dvips/xcolor/xcolor.pro"}
+
+textfiles= {"ChangeLog", "README"}
+
+





More information about the latex3-commits mailing list.