[latex3-commits] [l3svn] 01/02: Typeset all of l3auxdata

noreply at latex-project.org noreply at latex-project.org
Sun Sep 27 12:24:34 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 4790b27c3304805ab9a15d1c5e4cfd2334798914
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 27 11:18:24 2015 +0100

    Typeset all of l3auxdata
    
    For some reason, typesetting fails if you only do the
    documenation part!
---
 l3trial/l3auxdata/build.lua |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3trial/l3auxdata/build.lua b/l3trial/l3auxdata/build.lua
index 789549a..9e88838 100644
--- a/l3trial/l3auxdata/build.lua
+++ b/l3trial/l3auxdata/build.lua
@@ -15,10 +15,13 @@ checkdeps   = {maindir .. "/l3experimental/l3str", maindir .. "/l3build"}
 testfiledir = ""
 typesetdeps = {maindir .. "/l3experimental/l3str"}
 
-
 -- Load the common build code: this is the one place that a path needs to be
 -- hard-coded
 -- As the build system is 'self-contained' there is no module set up here: just
 --load the file in a similar way to a TeX \input
 dofile (maindir .. "/build-config.lua")
+
+-- Has to come after generic config
+typesetcmds = ""
+
 dofile (maindir .. "/l3build/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