[latex3-commits] [l3svn] branch master updated: Explicily unpack xotrace.ins
noreply at latex-project.org
noreply at latex-project.org
Thu Aug 20 07:29:50 CEST 2015
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 d1b466e Explicily unpack xotrace.ins
d1b466e is described below
commit d1b466ee4bc7b2a118aa83b08876570bb1e7140f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 20 06:28:51 2015 +0100
Explicily unpack xotrace.ins
Using the standard "*.ins" setting can cause an issue if the order the
.ins files are processed in is not the 'expected' one.
---
xpackages/xor/build.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/xpackages/xor/build.lua b/xpackages/xor/build.lua
index aef0976..8596db1 100644
--- a/xpackages/xor/build.lua
+++ b/xpackages/xor/build.lua
@@ -13,6 +13,7 @@ maindir = "../.."
checkengines = {"pdftex"}
checkruns = 3
checksearch = true
+upackfiles = {"xotrace.ins"}
-- Load the common build code: this is the one place that a path needs to be
-- hard-coded
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list