summaryrefslogtreecommitdiff
path: root/tex/context/base/back-exp.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-09-06 15:41:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-09-06 15:41:00 +0200
commit9ae8cd92650ca8d0153d663b8fdba4c04c7fd588 (patch)
treeb1921d9dd19e6082ae7bd91ffbbb588df6ea4aac /tex/context/base/back-exp.lua
parentf47e3c5290244f2047d952b91749e3fc804cae55 (diff)
downloadcontext-9ae8cd92650ca8d0153d663b8fdba4c04c7fd588.tar.gz
beta 2014.09.06 15:41
Diffstat (limited to 'tex/context/base/back-exp.lua')
-rw-r--r--tex/context/base/back-exp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/back-exp.lua b/tex/context/base/back-exp.lua
index 85d6c5ef3..364949a1a 100644
--- a/tex/context/base/back-exp.lua
+++ b/tex/context/base/back-exp.lua
@@ -2875,7 +2875,7 @@ local htmltemplate = [[
firstpage = validstring(finetuning.firstpage),
lastpage = validstring(finetuning.lastpage),
}
- report_export("saving specification in %a (mtxrun --script epub --make %s)",specificationfilename,specificationfilename)
+ report_export("saving specification in %a",specificationfilename,specificationfilename)
io.savedata(specificationfilename,table.serialize(specification,true))
-- bonus
local resultfile = file.replacesuffix(xmlfile,"html")
@@ -2889,7 +2889,7 @@ local htmltemplate = [[
}
io.savedata(resultfile,utilities.templates.replace(htmltemplate,variables,"xml"))
report_export("")
- report_export("create epub with: mtxrun --script epub --make %a",file.basename(resultfile))
+ report_export([[create epub with: mtxrun --script epub --make "%s"]],file.nameonly(resultfile))
report_export("")
end
stoptiming(treehash)