diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/luatex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 5eff44b35fe..68337d15d2d 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -4,12 +4,16 @@ longdesc LuaTeX is an extended version of pdfTeX using Lua as an embedded longdesc scripting language. The LuaTeX projects main objective is to provide an longdesc open and configurable variant of TeX while at the same time offering longdesc downward compatibility. http://luatex.org/ +# execute AddFormat name=luatex engine=luatex options="luatex.ini" execute AddFormat name=pdfluatex engine=luatex options="pdfluatex.ini" -docpattern d texmf-dist/doc/luatex +# +docpattern d texmf-dist/doc/luatex/base docpattern f texmf/doc/man/man1/luatex.* docpattern f texmf/doc/man/man1/texlua* +# runpattern f texmf/tex/generic/config/luatexiniconfig.tex +# binpattern f bin/${ARCH}/luatangle binpattern f bin/${ARCH}/luatex binpattern f bin/${ARCH}/pdfluatex |