diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-04 21:55:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-04 21:55:54 +0000 |
commit | d2e7aa1150dc3c9e5a0c1f2c77efc515f5ead9ae (patch) | |
tree | 68bf642e38e0ac0a12925cac9e2fa4e6611a15c4 /Master/tlpkg/tlpsrc/luatex.tlpsrc | |
parent | 8eeaed266402944c2ae506dddd174dcbf72fca2d (diff) |
luatex should load language.def
git-svn-id: svn://tug.org/texlive/trunk@14097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/luatex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index ed9fbed15f6..409ebdbe570 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -5,8 +5,10 @@ longdesc scripting language. The LuaTeX projects main objective is to provide longdesc an open and configurable variant of TeX while at the same time longdesc offering downward compatibility. http://luatex.org/ # -execute AddFormat name=luatex engine=luatex options="luatex.ini" -execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini" +execute AddFormat \ + name=luatex engine=luatex patterns=language.def options="luatex.ini" +execute AddFormat \ + name=dviluatex engine=luatex patterns=language.def options="dviluatex.ini" # docpattern d texmf-dist/doc/luatex/base docpattern f texmf/doc/man/man1/luatex.* |