blob: 79ac0ee6cac6191bba20cbb34ca2f4dbf6fcab2c (
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
|
# uplatex depends on platex (starting from 2018-03-09 release).
#
tlpsetvar fmtcomm uptex-fonts,platex
#
execute AddFormat name=uplatex engine=euptex options="*uplatex.ini" \
patterns=language.dat \
fmttriggers=${fmtcomm},${global_latex_deps}
#
execute AddFormat name=uplatex-dev engine=euptex options="*uplatex.ini" \
patterns=language.dat \
fmttriggers=${fmtcomm},${global_latex_dev_deps}
binpattern f bin/${ARCH}/uplatex
binpattern f bin/${ARCH}/uplatex-dev
# not any of the other package subdirectories.
docpattern d texmf-dist/doc/uplatex/base
docpattern f texmf-dist/doc/man/man1/uplatex.*
#
srcpattern d texmf-dist/source/uplatex/base
#
runpattern d texmf-dist/tex/uplatex/base
runpattern +d texmf-dist/tex/uplatex/config
# need the binary.
depend uptex
|