summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-31 21:51:56 +0000
committerKarl Berry <karl@freefriends.org>2020-12-31 21:51:56 +0000
commit0d3cb8095777faa6f0790ce9f2a73c08882b775e (patch)
tree11ece030bd8bdf6557675f8e58ce847552035e84 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
parent0cbf90fb1d02a12129a697341cdc3dcf1ca63789 (diff)
luaotfload (31dec20)
git-svn-id: svn://tug.org/texlive/trunk@57274 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.lua14
1 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
index b8ab343402d..69195603ede 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
@@ -4,19 +4,13 @@
-- AUTHOR: Ulrike Fischer, <fischer@troubleshooting-tex.de>
-----------------------------------------------------------------------
-local ProvidesLuaModule = {
+if luaotfload_module then luaotfload_module {
name = "luaotfload-filelist",
- version = "3.15", --TAGVERSION
- date = "2020-09-02", --TAGDATE
+ version = "3.16", --TAGVERSION
+ date = "2020-12-31", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
-}
-
-if luatexbase and luatexbase.provides_module then
- luatexbase.provides_module (ProvidesLuaModule)
-end
-
-
+} end
--[[doc--