[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: adapt build lua to texlive 2020 (da950d0)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Mar 9 00:44:23 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/da950d04fcef3da775d8e68ec39c7d59652a4325

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

commit da950d04fcef3da775d8e68ec39c7d59652a4325
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Mar 9 00:44:23 2020 +0100

    adapt build lua to texlive 2020


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

da950d04fcef3da775d8e68ec39c7d59652a4325
 build.lua | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/build.lua b/build.lua
index d112f82..6d5a02c 100644
--- a/build.lua
+++ b/build.lua
@@ -13,6 +13,19 @@ sourcefiles =  {"*.dtx","*.ins",
                 "newpackages/new-transparent.sty"}
 
 checkruns = 3
+
+if string.find(status.banner,"2019") then
+  print("TL2019")
+else 
+  -- tl2020
+  print("TL2020 or later")
+
+  specialformats = specialformats or {}
+  specialformats["latex"] = specialformats["latex"] or {
+    luatex = {binary="luahbtex",format = "lualatex"}
+    }
+end
+
 checkengines = {"luatex","pdftex","xetex"}
 
 checkconfigs = {"build",





More information about the latex3-commits mailing list.