diff options
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index e78e4b6..dbc822f 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -886,12 +886,15 @@ 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 has also been imported unmodified from -% \CONTEXT.\footnote{% +% \fileent{font-age.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. % } +% 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 +% any longer. % % In addition to these, \identifier{luaotfload} requires a number of % files not contained in the merge. Some of these have no equivalent in |