[latex3-commits] [latex3/l3build] main: Move dropped lines (0e8ed25)

github at latex-project.org github at latex-project.org
Fri Sep 27 10:47:27 CEST 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/0e8ed25aa899e7f19ee14eb3c6b3c768b2a5d9eb

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

commit 0e8ed25aa899e7f19ee14eb3c6b3c768b2a5d9eb
Author: Joseph Wright <joseph at texdev.net>
Date:   Fri Sep 27 09:47:27 2024 +0100

    Move dropped lines


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

0e8ed25aa899e7f19ee14eb3c6b3c768b2a5d9eb
 l3build-ctan.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index 71ab231..8e6ad88 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -74,6 +74,9 @@ function bundlectan()
   local errorlevel = install_files(tdsdir,true)
   if errorlevel ~=0 then return errorlevel end
   copyctan()
+  for _,file in pairs(textfiles) do
+    cp(file, textfiledir, pkgdir)
+  end
   return 0
 end
 





More information about the latex3-commits mailing list.