blob: 1ccbb61c08f9c0b92bcde2b44873b6d034e3154e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
depend latex
depend pdftex
depend tex
#
execute AddFormat name=xmltex engine=pdftex patterns=language.dat \
options="*xmltex.ini"
execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat \
options="*pdfxmltex.ini"
srcpattern +!d texmf-dist/source/xmltex/xmlplay
runpattern d texmf-dist/tex/xmltex/base
runpattern d texmf-dist/tex/xmltex/config
binpattern f bin/${ARCH}/pdfxmltex
binpattern f bin/${ARCH}/xmltex
docpattern d texmf-dist/doc/otherformats/xmltex/base
|