From db5724e866f9378a7dbe85651b967c1cd40cc3c3 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 10 May 2013 21:50:16 +0200 Subject: load legacy code --- luaotfload-legacy-tool.lua | 14 +++++++------- 1 file 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. -- cgit v1.2.3