Skip to content

Commit

Permalink
always use test2e.cfg if test2e is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Dec 6, 2019
1 parent bb06d1d commit dd5ccaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build-config.lua
Expand Up @@ -27,6 +27,7 @@ checksuppfiles = checksuppfiles or
"graphics.cfg",
"test209.tex",
"test2e.tex",
"test2e.cfg",
"xetex.def",
"dvips.def",
"lipsum.sty",
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit dd5ccaf

Please sign in to comment.