[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: update build.lua (79428b0)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 21 13:09:46 CET 2022


Repository : https://github.com/latex3/hyperref
On branch  : cleanup-patches
Link       : https://github.com/latex3/hyperref/commit/79428b0b6d25442a7052ee3ec0e7f3c2ee92fb48

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

commit 79428b0b6d25442a7052ee3ec0e7f3c2ee92fb48
Merge: dd16c7d a7c3242
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 21 13:09:46 2022 +0100

    update build.lua


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

79428b0b6d25442a7052ee3ec0e7f3c2ee92fb48
 build.lua | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --cc build.lua
index a00a2d3,f24bb2a..03cccb7
--- a/build.lua
+++ b/build.lua
@@@ -88,21 -88,22 +88,23 @@@ sourcefiles = 
  
  
  
- --function checkinit_hook ()
- --local dvipdfmxversion=0
- --local pipe = io.popen'xdvipdfmx --version'
- --for line in pipe:lines() do
- --    if string.match(line,"xdvipdfmx Version") then
- --      dvipdfmxversion=tonumber(string.match(line,"%d+"))
- --     end
- --end
- --pipe:close()
- --if (dvipdfmxversion <= 20200315) then
- --excludetests={"unicode-test","87-pdfversion"}
- --end
- --end
+ function checkinit_hook ()
+ local dvipdfmxversion=0
+ local pipe = io.popen'xdvipdfmx --version'
+ for line in pipe:lines() do
+     if string.match(line,"xdvipdfmx Version") then
+       dvipdfmxversion=tonumber(string.match(line,"%d+"))
+      end
+ end
+ pipe:close()
+ if (dvipdfmxversion <= 20200315) then
+ excludetests={"unicode-test","87-pdfversion"}
+ end
+ return 0
+ end
+ 
  
 +
  excludefiles={"hyperref/hyperref-doc.tex"}
  
  typesetfiles = {"hyperref-doc.tex", "backref.dtx", "hyperref.dtx", "nameref.dtx"}





More information about the latex3-commits mailing list.