summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 10:25:13 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 10:25:13 +0100
commitdca5e9058a8761e308ac1a2af85bd241f840fd96 (patch)
tree5714cf45f075923d81baa40605fffbfd3aa85b38
parent7844191ec1a3654a98200c4fdb65d8db23196620 (diff)
downloadluaotfload-dca5e9058a8761e308ac1a2af85bd241f840fd96.tar.gz
[tool] add parsers to initialization chain
-rwxr-xr-xluaotfload-tool.lua1
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"