[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: dev testing only with pdflatex (99c3ec4)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 21 15:29:41 CET 2022
Repository : https://github.com/latex3/hyperref
On branch : cleanup-patches
Link : https://github.com/latex3/hyperref/commit/99c3ec41df4212095d2f1beb3cf02c27b9c5c4b9
>---------------------------------------------------------------
commit 99c3ec41df4212095d2f1beb3cf02c27b9c5c4b9
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 21 15:29:41 2022 +0100
dev testing only with pdflatex
>---------------------------------------------------------------
99c3ec41df4212095d2f1beb3cf02c27b9c5c4b9
build.lua | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.lua b/build.lua
index 0a1e7a5..05e802a 100644
--- a/build.lua
+++ b/build.lua
@@ -65,8 +65,7 @@ tdslocations = {
specialformats = specialformats or {}
specialformats["latex"] = specialformats["latex"] or
{
- luatexdev = {binary="luahbtex",format = "lualatex-dev"},
- pdftexdev = {format = "pdflatex-dev"},
+ pdftexdev = {binary="pdftex",format = "pdflatex-dev"},
}
@@ -74,7 +73,7 @@ checkconfigs = {"build","config-pvt","config-3","config-xetex"}
checkengines = {"pdftex","etex","luatex"}
-- for dev testing
--- checkengines = {"pdftexdev","luatexdev"}
+-- checkengines = {"pdftexdev"}
-- temp settings disable checks while testing ctan build
-- testfiledir= "disabled"
More information about the latex3-commits
mailing list.