diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 10:25:13 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 10:25:13 +0100 |
commit | dca5e9058a8761e308ac1a2af85bd241f840fd96 (patch) | |
tree | 5714cf45f075923d81baa40605fffbfd3aa85b38 | |
parent | 7844191ec1a3654a98200c4fdb65d8db23196620 (diff) | |
download | luaotfload-dca5e9058a8761e308ac1a2af85bd241f840fd96.tar.gz |
[tool] add parsers to initialization chain
-rwxr-xr-x | luaotfload-tool.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 1f57b44..18e9f9e 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -168,6 +168,7 @@ texio.write, texio.write_nl = backup.write, backup.write_nl utilities = backup.utilities require"luaotfload-override.lua" --- this populates the logs.* namespace +require"luaotfload-parsers" --- fonts.conf and request syntax require"luaotfload-database" require"alt_getopt" |