summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua18
1 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
index 50fbee19a61..6223d1dfd01 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
@@ -1,12 +1,22 @@
-#!/usr/bin/env texlua
-----------------------------------------------------------------------
-- FILE: luaotfload-init.lua
--- DESCRIPTION: Luaotfload font loader initialization
+-- DESCRIPTION: part of luaotfload / font loader initialization
-- REQUIREMENTS: luatex v.0.80 or later; packages lualibs
--- VERSION: 2.91 2018-10-03
-- AUTHOR: Philipp Gesang (Phg), <phg@phi-gamma.net>, Marcel Krüger
-----------------------------------------------------------------------
---
+
+local ProvidesLuaModule = {
+ name = "luaotfload-init",
+ version = "2.93", --TAGVERSION
+ date = "2018-10-28", --TAGDATE
+ description = "luaotfload submodule / initialization",
+ license = "GPL v2.0"
+}
+
+if luatexbase and luatexbase.provides_module then
+ luatexbase.provides_module (ProvidesLuaModule)
+end
+-----------------------------------------------------------------------
local setmetatable = setmetatable