summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/strc-lst.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/strc-lst.lmt')
-rw-r--r--tex/context/base/mkxl/strc-lst.lmt12
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/strc-lst.lmt b/tex/context/base/mkxl/strc-lst.lmt
index 703e580d7..359fbd6b6 100644
--- a/tex/context/base/mkxl/strc-lst.lmt
+++ b/tex/context/base/mkxl/strc-lst.lmt
@@ -873,17 +873,17 @@ end
filters[v_product] = function(specification)
local reference = specification.reference
if reference and reference ~= "" then
- -- local utilitydata = job.loadother(reference,true)
- local fullname = file.replacesuffix(reference,"tuc")
- if lfs.isfile(fullname) then
- local utilitydata = job.loadother(fullname)
+ local utilitydata = job.loadother(reference,true)
+-- local fullname = file.replacesuffix(reference,"tuc")
+-- if lfs.isfile(fullname) then
+-- local utilitydata = job.loadother(fullname)
if utilitydata then
local collected = utilitydata.structures.lists.collected or { }
- setmetatableindex(collected,{ external = reference })
local result = { }
local nofresult = 0
local all = specification.all
local names = specification.names
+setmetatableindex(result,{ external = reference }) -- brr
for i=1,#collected do
local v = collected[i]
local m = v.metadata
@@ -893,7 +893,7 @@ filters[v_product] = function(specification)
end
end
return result
- end
+-- end
end
end
return { }