summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
committerKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
commitb66ea0d4e8536692eab3deb715a0b87a88a4b506 (patch)
tree2d6c32e517e191c6b9278cf1d260e998bc90efd9 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
parentcc272ef6384ce91e8195ee19a50bf3d81bf22176 (diff)
luaotfload (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua18
1 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
index 29ce2de3111..def5b2c7f80 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
@@ -1,10 +1,20 @@
-------------------------------------------------------------------------------
-- FILE: luaotfload-filelist.lua
--- DESCRIPTION: a table with the files of luaotfload
--- VERSION: 2.91
+-- DESCRIPTION: part of luaotfload / list of files
-- AUTHOR: Ulrike Fischer, <fischer@troubleshooting-tex.de>
--- DATE: 2018-10-03
--------------------------------------------------------------------------------
+-----------------------------------------------------------------------
+
+local ProvidesLuaModule = {
+ name = "luaotfload-filelist",
+ version = "2.93", --TAGVERSION
+ date = "2018-10-28", --TAGDATE
+ description = "luaotfload submodule / filelist",
+ license = "GPL v2.0"
+}
+
+if luatexbase and luatexbase.provides_module then
+ luatexbase.provides_module (ProvidesLuaModule)
+end