summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/grph-fil.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-01 14:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-01 14:15:07 +0100
commit46c0953642cf16e575215a49dc36984a681a91d1 (patch)
tree7cc4ca2fde94a90269ff573a03c68d31ece78140 /tex/context/base/mkiv/grph-fil.lua
parent7874dbe9834f98579d88719fc4fbe3a67c042492 (diff)
downloadcontext-46c0953642cf16e575215a49dc36984a681a91d1.tar.gz
2016-02-01 13:28:00
Diffstat (limited to 'tex/context/base/mkiv/grph-fil.lua')
-rw-r--r--tex/context/base/mkiv/grph-fil.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/grph-fil.lua b/tex/context/base/mkiv/grph-fil.lua
index 5b091b265..04b44e667 100644
--- a/tex/context/base/mkiv/grph-fil.lua
+++ b/tex/context/base/mkiv/grph-fil.lua
@@ -35,6 +35,7 @@ end
job.register('job.files.collected', tobesaved, initializer)
function jobfiles.run(name,action)
+ file.addsuffix(name,"tex") -- we assume tex if not set
local oldchecksum = collected[name]
local newchecksum = file.checksum(name)
if jobfiles.forcerun or not oldchecksum or oldchecksum ~= newchecksum then