[latex3-commits] [l3svn] 01/02: l3build: One relpath missed

noreply at latex-project.org noreply at latex-project.org
Mon May 15 20:38:34 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

commit 1fa142404ba2144a394b0d27eab043f67e5eaf04
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon May 15 18:59:49 2017 +0100

    l3build: One relpath missed
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index de0e850..2e16a1a 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1875,7 +1875,7 @@ function doc(files)
             end
           end
           if typeset then
-            local errorlevel = typesetpdf(relpath(dir, ".") .. "/" .. j)
+            local errorlevel = typesetpdf(abspath(dir) .. "/" .. j)
             if errorlevel ~= 0 then
               return errorlevel
             end

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


More information about the latex3-commits mailing list