diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 00:56:09 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 00:56:09 +0200 |
commit | 1faface747fdf8ca61c4f50518525e5d11bb1063 (patch) | |
tree | a1a4d84ca2e487bacd43a106e821c8b555f60c2c /fontdbutil.lua | |
parent | e102132858d372928719193246c6bd480704e11d (diff) | |
download | luaotfload-1faface747fdf8ca61c4f50518525e5d11bb1063.tar.gz |
move to human-readable names 1
Diffstat (limited to 'fontdbutil.lua')
-rwxr-xr-x | fontdbutil.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontdbutil.lua b/fontdbutil.lua index 464cc62..31c7dfa 100755 --- a/fontdbutil.lua +++ b/fontdbutil.lua @@ -74,8 +74,8 @@ config.lualibs.load_extended = false require"lualibs" require"luaotfload-basics-gen.lua" -require"luaotfload-luat-ovr.lua" --- this populates the logs.* namespace -require"luaotfload-font-nms" +require"luaotfload-override.lua" --- this populates the logs.* namespace +require"luaotfload-database" require"alt_getopt" local version = "2.2" -- same version number as luaotfload |