diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/luatex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 1ceafd1dc09..3718a820668 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -5,11 +5,11 @@ 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 BuildFormat luatex +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 f texmf/doc/man/man1/luatex.* docpattern f texmf/doc/man/man1/texlua* -runpattern f texmf/fmtutil/format.luatex.cnf runpattern f texmf/tex/generic/config/luatexiniconfig.tex binpattern f/!hppa-hpux bin/${ARCH}/luatex binpattern f/!hppa-hpux bin/${ARCH}/pdfluatex |