[latex3-commits] [git/LaTeX3-latex3-latex2e] tuformat: always use test2e.cfg if test2e is being used (dd5ccafc)
David Carlisle
d.p.carlisle at gmail.com
Fri Dec 6 22:18:03 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : tuformat
Link : https://github.com/latex3/latex2e/commit/dd5ccafcf4e8b99280bda7a568f71bad92f2b782
>---------------------------------------------------------------
commit dd5ccafcf4e8b99280bda7a568f71bad92f2b782
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Fri Dec 6 21:18:03 2019 +0000
always use test2e.cfg if test2e is being used
>---------------------------------------------------------------
dd5ccafcf4e8b99280bda7a568f71bad92f2b782
build-config.lua | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index 28d5ddbf..53a25949 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -27,6 +27,7 @@ checksuppfiles = checksuppfiles or
"graphics.cfg",
"test209.tex",
"test2e.tex",
+ "test2e.cfg",
"xetex.def",
"dvips.def",
"lipsum.sty",
@@ -211,10 +212,6 @@ local function fmt(engines,dest)
end
- if (not options["config"]) then
- cp("test2e.cfg",supportdir,testdir)
- end
-
-- Zap the custom hyphen.cfg when typesetting
if dest == typesetdir then
rm(localdir,"hyphen.cfg")
More information about the latex3-commits
mailing list