[latex3-commits] [l3svn] 01/04: Revert "l3build: Secondary tools need neame with no path"
noreply at latex-project.org
noreply at latex-project.org
Sat May 27 17:09:07 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 01aba6088ae0e8a8c03c917e3cde6385a05c37ff
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat May 27 15:57:33 2017 +0100
Revert "l3build: Secondary tools need neame with no path"
This reverts commit 2d225f3984b1be70bbf21d84efd0c5356323435a.
---
l3build/l3build.lua | 3 ---
1 file changed, 3 deletions(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 852f3cf..e2373f9 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1438,7 +1438,6 @@ function runtool(envvar, command)
end
function biber(name)
- local name = basename(name)
if fileexists(typesetdir .. "/" .. name .. ".bcf") then
return(
runtool("BIBINPUTS", biberexe .. " " .. biberopts .. " " .. name)
@@ -1448,7 +1447,6 @@ function biber(name)
end
function bibtex(name)
- local name = basename(name)
if fileexists(typesetdir .. "/" .. name .. ".aux") then
-- LaTeX always generates an .aux file, so there is a need to
-- look inside it for a \citation line
@@ -1484,7 +1482,6 @@ function bibtex(name)
end
function makeindex(name, inext, outext, logext, style)
- local name = basename(name)
if fileexists(typesetdir .. "/" .. name .. inext) then
return(
runtool(
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list