summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroux <elie.roux@telecom-bretagne.eu>2010-03-01 09:48:18 +0100
committereroux <elie.roux@telecom-bretagne.eu>2010-03-01 09:48:18 +0100
commitb25d2dcd703e6674da868fa1c630952599c115df (patch)
treea91706195174026a8e285f021af49bf1e0d320be
parent695045c96cca3d382bd88134133eb480c1e9eae6 (diff)
downloadluaotfload-b25d2dcd703e6674da868fa1c630952599c115df.tar.gz
finishing renaming
-rw-r--r--README11
-rw-r--r--mkluatexfontdb.lua2
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