Skip to content

Commit

Permalink
Move dropped lines
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Sep 27, 2024
1 parent 526229e commit 0e8ed25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l3build-ctan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e8ed25

Please sign in to comment.