diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 12:14:43 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 12:14:43 +0000 |
commit | cda86887c434703c35b07bddcc7f68bccb8fc5b3 (patch) | |
tree | 95cbb1fb5ee6cdcc6b658593e366cd3997e82060 /Master/tlpkg/tlpsrc/luatex.tlpsrc | |
parent | 2e29be81b9ee04c3c194ef698fc789d40578dc34 (diff) |
luatex-based formats now depend on language.dat.lua too
git-svn-id: svn://tug.org/texlive/trunk@18643 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 479e8defe66..38f70344dfd 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -6,9 +6,11 @@ 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 patterns=language.def options="luatex.ini" + name=luatex engine=luatex patterns=language.def,language.dat.lua \ + options="luatex.ini" execute AddFormat \ - name=dviluatex engine=luatex patterns=language.def options="dviluatex.ini" + name=dviluatex engine=luatex patterns=language.def,language.dat.lua \ + options="dviluatex.ini" # docpattern d texmf-dist/doc/luatex/base docpattern f texmf/doc/man/man1/luatex.* |