[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Explicitly list .txt files (62a090ff)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jul 28 18:29:24 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/62a090ff3a3f3a074586a166816afd3769e3151d
>---------------------------------------------------------------
commit 62a090ff3a3f3a074586a166816afd3769e3151d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 28 17:28:27 2019 +0100
Explicitly list .txt files
Avoid a few strays.
>---------------------------------------------------------------
62a090ff3a3f3a074586a166816afd3769e3151d
base/build.lua | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/base/build.lua b/base/build.lua
index a2df7832..d9edf0b9 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -53,6 +53,21 @@ sourcefiles =
"small2e.tex",
"testpage.tex",
}
+textfiles =
+ {
+ "README.md",
+ "bugs.txt",
+ "legal.txt",
+ "manifest.txt",
+ "changes.old.txt",
+ "changes.txt",
+ "lppl.txt",
+ "lppl-1-0.txt",
+ "lppl-1-1.txt",
+ "lppl-1-2.txt",
+ "tex2.txt",
+ "texpert.txt"
+ }
typesetfiles =
{
"source2e.tex", -- Has to be first: source2e.ist creation!
More information about the latex3-commits
mailing list