diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 12:48:54 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 12:48:54 +0000 |
commit | 7868ef5ea0254a79736a9ca3a515ff439d058b65 (patch) | |
tree | 974d21ae3c18f46fac50d35eab19c78b0f49fa3f /Master/tlpkg/tlpsrc | |
parent | 5e4bec01cde60f4dd06e2baf02843ad849b9ff82 (diff) |
merge bin-xmltex into xmltex
git-svn-id: svn://tug.org/texlive/trunk@13311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-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 |