From b25d2dcd703e6674da868fa1c630952599c115df Mon Sep 17 00:00:00 2001 From: eroux Date: Mon, 1 Mar 2010 09:48:18 +0100 Subject: finishing renaming --- README | 11 +++++------ mkluatexfontdb.lua | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README b/README index 4a493ce..eac834c 100644 --- a/README +++ b/README @@ -34,8 +34,7 @@ Manifest Source files: luaotfload.dtx single file source & doc for the package - luaotfload-fonts.lua texlua script for font database generation - update-luatex-font-database.lua wrapper for luaotfload-fonts.lua + mkluatexfontdb.lua script using otfl-font-nms.lua otfl-data-con.lua OTF support files from the ConTeXt distribution otfl-font-cid.lua . otfl-font-def.lua . @@ -60,6 +59,7 @@ Source files: otfl-node-res.lua OTF support files from the ConTeXt distribution otfl-font-clr.lua luaotfload module for font color support otfl-luat-ovr.lua luaotfload module for overriding some ConTeXt functions + otfl-luat-nms.lua luaotfload module for font name database generation Derived files: luaotfload.pdf documentation @@ -85,7 +85,7 @@ for otf-*.lua files except otfl-font-clr.lua and otfl-luat-ovr.lua, and Copyright 2010 Luaotfload Development Team " -for otfl-font-clr.lua and otfl-luat-ovr.lua, and continues by: +for otfl-font-clr.lua, otfl-font-nms and otfl-luat-ovr.lua, and continues by: " This program is free software; you can redistribute it and/or @@ -109,12 +109,11 @@ The file luaotfload.dtx and the derived files luaotfload.sty luaotfload.lua -as well as the files luaotfload-fonts.lua and update-luatex-font-database.lua -are under the CC0 license. You can find the CC0 license full text at +as well as the file mkluatexfontdb.lua are under the CC0 license. You can find +the CC0 license full text at http://creativecommons.org/publicdomain/zero/1.0/legalcode and a FAQ at http://wiki.creativecommons.org/CC0 - diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 0363f00..6342d2b 100644 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -21,7 +21,7 @@ require("luaextra") require("otfl-font-nms") require("alt_getopt") -local name = 'update-luatex-font-database' +local name = 'mkluatexfontdb' local version = '1.07' -- same version number as luaotfload mkluatexfontdb = { } -- just for now, elie is rewriting it anyway -- cgit v1.2.3