[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Allow -eetex at the top level (fixes #19) (04f9c58)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 19 23:25:36 CET 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/04f9c58a915176ab1bbd0ada3dcc0cc84a269f38

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

commit 04f9c58a915176ab1bbd0ada3dcc0cc84a269f38
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 19 22:25:36 2018 +0000

    Allow -eetex at the top level (fixes #19)


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

04f9c58a915176ab1bbd0ada3dcc0cc84a269f38
 build.lua |    1 +
 1 file changed, 1 insertion(+)

diff --git a/build.lua b/build.lua
index 2ae1aff..8c4e032 100644
--- a/build.lua
+++ b/build.lua
@@ -73,4 +73,5 @@ end
 
 -- Find and run the build system
 kpse.set_program_name ("kpsewhich")
+dofile(("./build-config.lua"))
 dofile (kpse.lookup ("l3build.lua"))





More information about the latex3-commits mailing list