diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-xmltex.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-htmlxml.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/scheme-xml.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xmltex.tlpsrc | 7 |
4 files changed, 6 insertions, 11 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-xmltex.tlpsrc b/Master/tlpkg/tlpsrc/bin-xmltex.tlpsrc deleted file mode 100644 index 75eeec5fc7b..00000000000 --- a/Master/tlpkg/tlpsrc/bin-xmltex.tlpsrc +++ /dev/null @@ -1,8 +0,0 @@ -name bin-xmltex -category TLCore -depend pdftex -depend bin-tex -execute AddFormat name=xmltex engine=pdftex patterns=language.dat options="&latex xmltex.ini" -execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat options="&pdflatex pdfxmltex.ini" -binpattern f bin/${ARCH}/pdfxmltex -binpattern f bin/${ARCH}/xmltex diff --git a/Master/tlpkg/tlpsrc/collection-htmlxml.tlpsrc b/Master/tlpkg/tlpsrc/collection-htmlxml.tlpsrc index cd56372e3ea..734e610c258 100644 --- a/Master/tlpkg/tlpsrc/collection-htmlxml.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-htmlxml.tlpsrc @@ -8,7 +8,6 @@ depend tex4ht depend xmlplay depend xmltex depend bin-jadetex -depend bin-xmltex depend collection-basic depend collection-fontsrecommended depend collection-latex diff --git a/Master/tlpkg/tlpsrc/scheme-xml.tlpsrc b/Master/tlpkg/tlpsrc/scheme-xml.tlpsrc index ae018ea4ffd..e3dc1ffc710 100644 --- a/Master/tlpkg/tlpsrc/scheme-xml.tlpsrc +++ b/Master/tlpkg/tlpsrc/scheme-xml.tlpsrc @@ -21,7 +21,6 @@ depend xmltex depend bin-context depend bin-jadetex depend bin-metapost -depend bin-xmltex depend collection-basic depend collection-fontsrecommended depend collection-latex diff --git a/Master/tlpkg/tlpsrc/xmltex.tlpsrc b/Master/tlpkg/tlpsrc/xmltex.tlpsrc index 30ea4d0f3da..78e531ee021 100644 --- a/Master/tlpkg/tlpsrc/xmltex.tlpsrc +++ b/Master/tlpkg/tlpsrc/xmltex.tlpsrc @@ -1,7 +1,12 @@ name xmltex category Package -depend bin-xmltex +depend pdftex +depend bin-tex +execute AddFormat name=xmltex engine=pdftex patterns=language.dat options="&latex xmltex.ini" +execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat options="&pdflatex pdfxmltex.ini" srcpattern +!d texmf-dist/source/xmltex/xmlplay runpattern d texmf-dist/tex/xmltex/base runpattern d texmf-dist/tex/xmltex/config docpattern d texmf-dist/doc/xmltex/base +binpattern f bin/${ARCH}/pdfxmltex +binpattern f bin/${ARCH}/xmltex |