From 9ae8cd92650ca8d0153d663b8fdba4c04c7fd588 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 6 Sep 2014 15:41:00 +0200 Subject: beta 2014.09.06 15:41 --- tex/context/base/back-exp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/back-exp.lua') 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) -- cgit v1.2.3