[latex3-commits] [git/LaTeX3-latex3-latex2e] ltcmdhooks: simplify typesetfiles variable (4221fd4a)
Frank Mittelbach
frank.mittelbach at latex-project.org
Sun Apr 18 10:53:33 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : ltcmdhooks
Link : https://github.com/latex3/latex2e/commit/4221fd4abcde3e0093328df86e9be1f9c2dbc2ad
>---------------------------------------------------------------
commit 4221fd4abcde3e0093328df86e9be1f9c2dbc2ad
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Apr 18 10:53:33 2021 +0200
simplify typesetfiles variable
>---------------------------------------------------------------
4221fd4abcde3e0093328df86e9be1f9c2dbc2ad
base/build.lua | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/base/build.lua b/base/build.lua
index bb862e5e..382d9700 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -112,14 +112,8 @@ typesetfiles =
"usrguide.tex",
"usrguide3.tex",
"latexchanges.tex",
- "lthooks-doc.tex",
- "ltshipout-doc.tex",
- "ltfilehook-doc.tex",
- "lthooks-code.tex",
- "ltshipout-code.tex",
- "ltfilehook-code.tex",
- "ltpara-doc.tex",
- "ltpara-code.tex",
+ "*-doc.tex",
+ "*-code.tex",
}
-- Files that should be removed after running a test
More information about the latex3-commits
mailing list.