diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-02 21:34:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-02 21:34:48 +0000 |
commit | 5feb5a9b232917bf39642905999b8fd9443d984f (patch) | |
tree | d6455892253d110a7f574517d2ca8744a7863aab | |
parent | b830d0e9852404fb4dc5bf32267d12053476ce73 (diff) |
luajithbtex format
git-svn-id: svn://tug.org/texlive/trunk@54014 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/luajittex.tlpsrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/luajittex.tlpsrc b/Master/tlpkg/tlpsrc/luajittex.tlpsrc index 04cdcc7ef35..8163c7a0661 100644 --- a/Master/tlpkg/tlpsrc/luajittex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luajittex.tlpsrc @@ -27,12 +27,16 @@ binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexluajit*.dll # mention that explicitly. docpattern +f texmf-dist/doc/man/man1/luajithbtex.* -# On platforms where there is no luajittex, it will be ignored +# On platforms where there is no jit, it will be ignored # due to the special --no-error-if-no-engine option in fmtutil, # invoked by specifications in TLConfig.pm and tlmgr.pl. execute AddFormat name=luajittex engine=luajittex options="luatex.ini" \ patterns=language.def,language.dat.lua \ fmttriggers=${global_luatex_deps},luatex +# +execute AddFormat name=luajithbtex engine=luajithbtex options="luatex.ini" \ + patterns=language.def,language.dat.lua \ + fmttriggers=${global_luatex_deps},luatex # can't have luajittex without luatex. depend luatex |