[latex3-commits] [l3svn] 01/03: Add xfrac to contrib deps
noreply at latex-project.org
noreply at latex-project.org
Sun Oct 4 13:01:21 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 22483434e2a10d9ef8b840dd641a457e4df01d32
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Oct 4 11:56:46 2015 +0100
Add xfrac to contrib deps
---
contrib/build.lua | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/contrib/build.lua b/contrib/build.lua
index d8fd2d5..1db0b62 100644
--- a/contrib/build.lua
+++ b/contrib/build.lua
@@ -14,9 +14,10 @@ maindir = ".."
checkdeps =
{
maindir .. "/l3build",
+ maindir .. "/l3packages/l3keys2e",
+ maindir .. "/l3packages/xfrac",
maindir .. "/l3packages/xparse",
- maindir .. "/l3packages/xtemplate",
- maindir .. "/l3packages/l3keys2e"
+ maindir .. "/l3packages/xtemplate"
}
checksearch = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list