blob: 578a13d056b4b1750d0957358b2ec2f268ee1ef5 (
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
|
category TLCore
tlpsetvar fmtcomm cm,hyphen-base
#
execute AddFormat name=hitex engine=hitex patterns=language.def \
options="-etex -ltx hitex.ini" \
fmttriggers=${fmtcomm},etex,knuth-lib,plain
#
#execute AddFormat name=hilatex engine=hitex patterns=language.dat \
# options="-etex -ltx hilatex.ini" \
# fmttriggers=${global_latex_deps}
binpattern f bin/${ARCH}/hishrink
binpattern f bin/${ARCH}/histretch
binpattern f bin/${ARCH}/hitex
binpattern f bin/${ARCH}/hilatex
runpattern d texmf-dist/tex/hitex/base
runpattern d texmf-dist/makeindex/hitex
docpattern d texmf-dist/doc/hitex/base
docpattern f texmf-dist/doc/man/man1/hishrink.*
docpattern f texmf-dist/doc/man/man1/histretch.*
docpattern f texmf-dist/doc/man/man1/hitex.*
|