blob: d1a4acc84b83d546dea5103297e111746876d571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
execute AddFormat name=platex engine=eptex options="*platex.ini" \
patterns=language.dat \
fmttriggers=babel,cm,hyphen-base,latex,latex-fonts,ptex-fonts
#
binpattern f bin/${ARCH}/platex
# not any of the other package subdirectories.
docpattern d texmf-dist/doc/platex/base
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
|