blob: 5b0b607b16fb1368c0c49642bdabb0292a46a5fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|