[latex3-commits] [git/LaTeX3-latex3-graphics-def] master: adapt build.lua to standalone script (ecc4c33)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Oct 26 22:03:28 CEST 2018


Repository : https://github.com/latex3/graphics-def
On branch  : master
Link       : https://github.com/latex3/graphics-def/commit/ecc4c33634f99f8a1987800f965f89b356d8f198

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

commit ecc4c33634f99f8a1987800f965f89b356d8f198
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Oct 26 22:03:28 2018 +0200

    adapt build.lua to standalone script


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

ecc4c33634f99f8a1987800f965f89b356d8f198
 build.lua |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.lua b/build.lua
index 04aa3f0..75581c7 100644
--- a/build.lua
+++ b/build.lua
@@ -12,5 +12,7 @@ sourcefiles  = {"*.def"}
 typesetfiles = {}
 
 -- Find and run the build system
-kpse.set_program_name("kpsewhich")
-dofile(kpse.lookup("l3build.lua"))
+kpse.set_program_name ("kpsewhich")
+if not release_date then
+ dofile ( kpse.lookup ("l3build.lua"))
+end





More information about the latex3-commits mailing list