diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-01-06 17:08:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-01-06 17:08:00 +0100 |
commit | d210d821295efc75ff3300ad48009f1c6661706e (patch) | |
tree | 4accad1450c641a31ae05eb3015c1860b18ba34e /scripts | |
parent | 17e6d524c4fcbe85ef2b06b644b6497f5be8c1b8 (diff) | |
download | context-d210d821295efc75ff3300ad48009f1c6661706e.tar.gz |
beta 2011.01.06 17:08
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-modules.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-modules.lua b/scripts/context/lua/mtx-modules.lua index 696e4767f..632aa0f68 100644 --- a/scripts/context/lua/mtx-modules.lua +++ b/scripts/context/lua/mtx-modules.lua @@ -118,7 +118,7 @@ local function source_to_ted(inpname,outname,filetype) return true end -local suffixes = table.tohash { 'tex','mkii','mkiv','mp' } +local suffixes = table.tohash { 'tex','mkii','mkiv', 'mkvi', 'mp' } function scripts.modules.process(runtex) local processed = { } |