diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-08 03:41:19 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-08 03:41:19 -0700 |
commit | ae8ffd0615b797d91cd8799debf12e2891c5b0d2 (patch) | |
tree | ef50e53bfc9aa3bb04eff5c63cd7ad57bb7bfe99 /luaotfload.dtx | |
parent | bfe128deb88ae00efa37d4ebffc70b4bf8bf8a33 (diff) | |
parent | 9c8b4e0d6b2ca6557b490513a4d90182df12d16d (diff) | |
download | luaotfload-ae8ffd0615b797d91cd8799debf12e2891c5b0d2.tar.gz |
Merge pull request #50 from phi-gamma/master
``font-age.lua`` -> ``luaotfload-glyphlist.lua``
also address issue #51
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 2f88225..6c88e37 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1105,14 +1105,14 @@ and the derived files % % Also, the merged file at some point % loads the Adobe Glyph List from a \LUA table that is contained in -% \fileent{font-age.lua}, which is automatically generated by the +% \fileent{luaotfload-glyphlist.lua}, which is automatically generated by the % % script \fileent{mkglyphlist}.\footnote{% % See \fileent{luaotfload-font-enc.lua}. -% The hard-coded file name is why the file lacks the \fileent{luaotfload-} -% prefix. +% The hard-coded file name is why we have to replace the procedure +% that loads the file in \fileent{luaotfload-override.lua}. % } % There is a make target \identifier{glyphs} that will create a fresh -% \fileent{font-age.lua} so we don’t need to import it from \CONTEXT +% glyph list so we don’t need to import it from \CONTEXT % any longer. % % In addition to these, \identifier{luaotfload} requires a number of |