[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: remove unneeded hook (9e7eaf0)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Sep 3 01:00:48 CEST 2021
Repository : https://github.com/latex3/hyperref
On branch : cleanup-patches
Link : https://github.com/latex3/hyperref/commit/9e7eaf0cb6336fdadbf924a5627a0350a9a36f17
>---------------------------------------------------------------
commit 9e7eaf0cb6336fdadbf924a5627a0350a9a36f17
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Sep 3 01:00:48 2021 +0200
remove unneeded hook
>---------------------------------------------------------------
9e7eaf0cb6336fdadbf924a5627a0350a9a36f17
build.lua | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/build.lua b/build.lua
index 3c22653..a00a2d3 100644
--- a/build.lua
+++ b/build.lua
@@ -88,19 +88,19 @@ 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
+--end
excludefiles={"hyperref/hyperref-doc.tex"}
More information about the latex3-commits
mailing list.