diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-10 21:50:16 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-10 21:50:16 +0200 |
commit | db5724e866f9378a7dbe85651b967c1cd40cc3c3 (patch) | |
tree | b989defe5c4932ec23bfde6d9d2b320b808606b5 | |
parent | 82fd7d8aab5f5603b7fb00191efc6f6bbe73ab0b (diff) | |
download | luaotfload-db5724e866f9378a7dbe85651b967c1cd40cc3c3.tar.gz |
load legacy code
-rwxr-xr-x | luaotfload-legacy-tool.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/luaotfload-legacy-tool.lua b/luaotfload-legacy-tool.lua index a7a7714..30ab13b 100755 --- a/luaotfload-legacy-tool.lua +++ b/luaotfload-legacy-tool.lua @@ -9,12 +9,12 @@ luaotfload bundle, please see the luaotfload documentation for more info. kpse.set_program_name("luatex") -require("lualibs") -require("otfl-font-nms") -require("alt_getopt") +require("lualibs") ---> current +require("luaotfload-legacy-database") ---> old +require("alt_getopt") ---> ? -local name = 'mkluatexfontdb' -local version = '1.07' -- same version number as luaotfload +local name = "mkluatexfontdb" +local version = "1.31 (legacy)" local names = fonts.names @@ -23,8 +23,8 @@ local function help_msg() Usage: %s [OPTION]... ================================================================================ - please update your luatex binary - this version is unsupported and likely to break things + please update your luatex binary + this version is unsupported and likely to break things ================================================================================ Rebuild the LuaTeX font database. |