[latex3-commits] [latex3/latex2e] main: Restrict text file list for latex-lab (b2d320cf)

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


Repository : https://github.com/latex3/latex2e
On branch  : main
Link       : https://github.com/latex3/latex2e/commit/b2d320cf17d7ef0ef171804a792b8dc74162e510

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

commit b2d320cf17d7ef0ef171804a792b8dc74162e510
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


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

b2d320cf17d7ef0ef171804a792b8dc74162e510
 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.