blob: 22f6cbccfdac6f265b534829370f3ba70512d751 (
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
|
tlpsetvar fmtcomm ${global_latex_deps},ptex-fonts
#
## TL'23 will use euptex in legacy encoding mode for platex(-dev)
## but for a while "euptex for platex-dev" / "eptex for platex"
execute AddFormat name=platex engine=eptex options="*platex.ini" \
patterns=language.dat \
fmttriggers=${fmtcomm},latex
#
execute AddFormat name=platex-dev engine=euptex options="*platex.ini" \
patterns=language.dat \
fmttriggers=${fmtcomm},l3kernel,latex-base-dev,latex-firstaid-dev
#
binpattern f bin/${ARCH}/platex
binpattern f bin/${ARCH}/platex-dev
# not any of the other package subdirectories.
docpattern d texmf-dist/doc/platex/base
docpattern f texmf-dist/doc/man/man1/platex.*
#
srcpattern d texmf-dist/source/platex/base
#
runpattern d texmf-dist/tex/platex/base
runpattern +d texmf-dist/tex/platex/config
# need the binary.
depend ptex
depend uptex
|