[latex3-commits] [l3svn] branch master updated: l3build: Add 'unpacked' README, etc.

noreply at latex-project.org noreply at latex-project.org
Tue Oct 20 13:52:18 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  6fb4650   l3build: Add 'unpacked' README, etc.
6fb4650 is described below

commit 6fb46504344502451f2ecb8dbaa04bc3945c29ea
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 20 12:51:54 2015 +0100

    l3build: Add 'unpacked' README, etc.
---
 l3build/l3build.lua |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 52239d4..a3f6a16 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1511,8 +1511,10 @@ function ctan(standalone)
   end
   if errorlevel == 0 then
     for _,i in ipairs(textfiles) do
-      cp(i, ".", ctandir .. "/" .. ctanpkg)
-      cp(i, ".", tdsdir .. "/doc/" .. tdsroot .. "/" .. bundle)
+      for _,j in pairs({unpackdir, "."}) do
+        cp(i, j, ctandir .. "/" .. ctanpkg)
+        cp(i, j, tdsdir .. "/doc/" .. tdsroot .. "/" .. bundle)
+      end
     end
     dirzip(tdsdir, ctanpkg .. ".tds")
     if packtdszip then

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list