Skip to content

Commit

Permalink
Drop somne duplicated file copying
Browse files Browse the repository at this point in the history
Thanks to cfr for identifying the issue
  • Loading branch information
josephwright committed Sep 27, 2024
1 parent 3ac3550 commit 526229e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions l3build-ctan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ function copyctan()
copyfiles(tab,docfiledir)
end
copyfiles(sourcefiles,sourcefiledir)
for _,file in pairs(textfiles) do
cp(file, textfiledir, pkgdir)
end

end

Expand Down

0 comments on commit 526229e

Please sign in to comment.