diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-07 11:12:05 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-07 11:12:05 +0200 |
commit | e49fa11fe2a2957f63d092a073109c68223037a9 (patch) | |
tree | 56415949bc5bb7c54308795c1a795285be7127b0 /mkglyphlist | |
parent | 561d0c76183d8de7e4a335b6eb8eb635c0942923 (diff) | |
download | luaotfload-e49fa11fe2a2957f63d092a073109c68223037a9.tar.gz |
replace glyph list loader
Karl Berry made us aware that our generated version of ``font-age.lua``
differs from the Context/Luatex-Fonts one and should be renamed. It’s
trivial to do so but invasive still. This workaround may have to be
adapted if Hans chooses to rewrite the Glyph List loader.
Diffstat (limited to 'mkglyphlist')
-rwxr-xr-x | mkglyphlist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkglyphlist b/mkglyphlist index 281c736..3366c9c 100755 --- a/mkglyphlist +++ b/mkglyphlist @@ -17,7 +17,7 @@ -- config ----------------------------------------------------------------------- local glyphfile = "./glyphlist.txt" -local font_age = "./font-age.lua" +local font_age = "./luaotfload-glyphlist.lua" local glyph_source = "http://partners.adobe.com/public/developer/en/opentype/glyphlist.txt" ----------------------------------------------------------------------- @@ -93,7 +93,7 @@ end --[[doc-- Everything below has been autogenerated. Run mkglyphlist to rebuild -font-age.lua. +luaotfload-glyphlist.lua. --doc]]-- ]==] |