[latex3-commits] [latex3/latex2e] develop: Restrict text file list for latex-lab (1e7988b8)

github at latex-project.org github at latex-project.org
Fri Jun 9 16:48:23 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/1e7988b85de5bc27d260ca3268779bdbfdf6ca01

>---------------------------------------------------------------

commit 1e7988b85de5bc27d260ca3268779bdbfdf6ca01
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 9 15:48:23 2023 +0100

    Restrict text file list for latex-lab


>---------------------------------------------------------------

1e7988b85de5bc27d260ca3268779bdbfdf6ca01
 required/latex-lab/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/required/latex-lab/build.lua b/required/latex-lab/build.lua
index 3eef9ebd..63f85fcf 100644
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@ -29,7 +29,7 @@ sourcefiles  = {
                  "*-????-??-??.sty",
   		 "glyphtounicode-cmex.tex",
 		}
-
+textfiles = {"README.md", "changes.txt"}
 -- not testing xetex in the lab, we may want to switch to pdftex instead of etex though
 
 checkengines = { "pdftex", "luatex" }





More information about the latex3-commits mailing list.