blob: 0dc9303a150ba49814e0b5e5cae8cd41cfa15f61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
category TLCore
shortdesc configuration and base files for MFLua
longdesc For information on this Lua-enabled Metafont,
longdesc see, for example: tug.org/TUGboat/tb32-2/tb101scarso.pdf.
tlpsetvar fmtdeps luatex,metafont
#
# disabled just until rebuilds for start_of_mf.lua are done.
execute AddFormat name=mflua engine=mflua-nowin options="mf.ini" \
fmttriggers=${fmtdeps} mode=disabled
# (mfluajit not worth the complications this year; see luatex.tlpsrc for
# references.)
runpattern d texmf-dist/scripts/mflua
runpattern d texmf-dist/metafont/mflua
binpattern f bin/${ARCH}/mflua
binpattern f bin/${ARCH}/mflua-nowin
# duplicated in luatex.tlpsrc, sigh.
tlpsetvar no_jit_platforms \
powerpc-darwin,sparc-solaris,x86_64-solaris
#
binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit
binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit-nowin
# need metafont for support files, luatex for dll's, etc.
depend metafont
depend luatex
|