diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 09:19:19 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 09:19:19 +0200 |
commit | 8070e6c1b481dcd340810ddc680aaccbf4ef1997 (patch) | |
tree | 93daf0d84964e4c84ed173d937985988dbb4ada8 /mkluatexfontdb.lua | |
parent | 0f85af7f349da8636abb4a29ccfdce17d2d0615e (diff) | |
download | luaotfload-8070e6c1b481dcd340810ddc680aaccbf4ef1997.tar.gz |
Cleanup
Group all our font names functions in |otfl-font-nms.lua| and make
|luaotfload.lua| load it. Now |otfl-font-dum.lua| is an unmodified,
we instead override the needed functions in the names module. This
decreases the redundancy that we had.
Diffstat (limited to 'mkluatexfontdb.lua')
-rw-r--r-- | mkluatexfontdb.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index ef39a4e..e8ce1a5 100644 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -26,8 +26,6 @@ local version = '1.07' -- same version number as luaotfload mkluatexfontdb = { } -- just for now, elie is rewriting it anyway local names = fonts.names -names.basename = names.basename or "otfl-names.lua" -names.version = names.version or 2.005 -- the path to add to TEXMFVAR or TEXMFSYSVAR to get the final directory in -- normal cases |