diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 03:39:37 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 03:39:37 -0800 |
commit | 55578e73e588594cefbced5f345399f7d9106a75 (patch) | |
tree | 8e59ec873374842f3c663d8128e19e10fc36a4d8 /luaotfload-tool.lua | |
parent | 05be8708a9ee3ff36632e90a9c9820cbef3272ca (diff) | |
parent | 6232768122e63018a69bfd6159514b60020b75bb (diff) | |
download | luaotfload-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-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" |