[latex3-commits] [l3svn] branch master updated: build.lua file for colour additions

noreply at latex-project.org noreply at latex-project.org
Tue Oct 10 23:06:08 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  00cda33   build.lua file for colour additions
00cda33 is described below

commit 00cda3342d1f3b29dff52203e984fbeced6a1892
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 10 22:05:53 2017 +0100

    build.lua file for colour additions
---
 l3trial/l3color-addn/build.lua |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/l3trial/l3color-addn/build.lua b/l3trial/l3color-addn/build.lua
new file mode 100644
index 0000000..862107e
--- /dev/null
+++ b/l3trial/l3color-addn/build.lua
@@ -0,0 +1,18 @@
+#!/usr/bin/env texlua
+
+-- Build script for LaTeX3 "l3color-addn" files
+
+-- Identify the bundle and module: the module may be empty in the case where
+-- there is no subdivision
+bundle = "l3trial"
+module = "l3color-addn"
+
+-- Location of main directory: use Unix-style path separators
+maindir = "../.."
+
+-- Load the common build code
+dofile(maindir .. "/build-config.lua")
+
+-- Find and run the build system
+kpse.set_program_name("kpsewhich")
+dofile(kpse.lookup("l3build.lua"))

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list