diff options
author | Marius <mariausol@gmail.com> | 2011-01-06 18:20:16 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-01-06 18:20:16 +0200 |
commit | 3acd1a913a387fafef7c61d9158a5c60715a31be (patch) | |
tree | e61ff9cbab6fd543097d844b8e7d8e2701bd668c /scripts | |
parent | f67b9a6b70277a30f7e7ef9a7a3913447ee525f8 (diff) | |
download | context-3acd1a913a387fafef7c61d9158a5c60715a31be.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 = { } |