summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-26 04:49:56 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-26 04:49:56 -0800
commitd489b3db4c415aa58550df09d85315f2a31bc6db (patch)
tree0fa3557728ec2fc9a375c5e26ff219f3d9f15f8f /luaotfload-tool.lua
parent164185fd15939f480627513cd42f4623f9d6d4e2 (diff)
parent814443264c28faa585b364196b164cf5a9eed4ba (diff)
downloadluaotfload-d489b3db4c415aa58550df09d85315f2a31bc6db.tar.gz
Merge pull request #183 from phi-gamma/texlive2014
improve detection of bold fonts
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-xluaotfload-tool.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua
index 32086e1..5b7e0a2 100755
--- a/luaotfload-tool.lua
+++ b/luaotfload-tool.lua
@@ -88,21 +88,6 @@ end
require(loader_path)
---[[doc--
-Depending on how the script is called we change its behavior.
-For backwards compatibility, moving or symlinking the script to a
-file name starting with \fileent{mkluatexfontdb} will cause it to
-trigger a database update on every run.
-Running as \fileent{luaotfload-tool} -- the new name -- will do this upon
-request only.
-
-There are two naming conventions followed here: firstly that of
-utilities such as \fileent{mktexpk}, \fileent{mktexlsr} and the likes,
-and secondly that of \fileent{fmtutil}.
-After support for querying the database was added, the latter appeared
-to be the more appropriate.
---doc]]--
-
config = config or { }
local config = config
local luaotfloadconfig = config.luaotfload or { }