summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 03:39:37 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 03:39:37 -0800
commit55578e73e588594cefbced5f345399f7d9106a75 (patch)
tree8e59ec873374842f3c663d8128e19e10fc36a4d8 /luaotfload-tool.lua
parent05be8708a9ee3ff36632e90a9c9820cbef3272ca (diff)
parent6232768122e63018a69bfd6159514b60020b75bb (diff)
downloadluaotfload-55578e73e588594cefbced5f345399f7d9106a75.tar.gz
Merge pull request #179 from phi-gamma/texlive2014
move fontconfig configuration file reader into new file ``luaotfload-parsers.lua``
Diffstat (limited to 'luaotfload-tool.lua')
-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"