diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-23 20:32:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-23 20:32:38 +0000 |
commit | c3e39e899206e8fa4dc6636f5e90c1f568634428 (patch) | |
tree | abb9769b5ff0aa792ba6f85e5cab0a2e9b2f02f3 /Master/tlpkg/tlpsrc/luajittex.tlpsrc | |
parent | 8e0008903f054fd90b7f44ee8aaeb6b4dc6644a7 (diff) |
allow global_tlpvars to be set in autopatterns and used across other packages; define globals for common dependencies; doc updates
git-svn-id: svn://tug.org/texlive/trunk@53216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/luajittex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luajittex.tlpsrc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/luajittex.tlpsrc b/Master/tlpkg/tlpsrc/luajittex.tlpsrc index 2ab2f194b9c..87558d84039 100644 --- a/Master/tlpkg/tlpsrc/luajittex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luajittex.tlpsrc @@ -1,11 +1,7 @@ category TLCore shortdesc LuaTeX with just-in-time (jit) compiler -# must keep in sync with luatex.tlpsrc. -tlpsetvar fmtdeps cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,\ -unicode-data - -# keep in sync with mflua.tlpsrc. +# must keep in sync with mflua.tlpsrc. tlpsetvar no_luajit_platforms x86_64-solaris # binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex @@ -23,7 +19,7 @@ binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexluajit*.dll # 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=${fmtdeps},luatex + fmttriggers=${global_luatex_deps},luatex # can't have luajittex without luatex. depend luatex |