diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-01 16:47:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-01 16:47:03 +0000 |
commit | efa150b0c0e1c73cf5c5010e782f458720e7d2e7 (patch) | |
tree | 5c2c80c18820a48f0dcac7c691822362fd65b44e /Master/tlpkg/tlpsrc/context.tlpsrc | |
parent | dda232091b98442362506b0d26d69c91ba207b07 (diff) |
rename supp-pdf to mptopdf, and include the other mptopdf-related files, while excluding them from context. enable mptopdf.fmt. after discussions with taco.
git-svn-id: svn://tug.org/texlive/trunk@18674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/context.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 2b599907feb..e8a540ffe92 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -25,10 +25,6 @@ execute AddFormat name=cont-nl mode=disabled engine=pdftex \ execute AddFormat name=cont-ro mode=disabled engine=pdftex \ patterns=cont-usr.tex options="-8bit *cont-ro.ini" # -# No mptopdf for TL'10. -#execute AddFormat name=mptopdf engine=pdftex \ -# options="-translate-file=cp227.tcx mptopdf.tex" -# execute AddFormat name=metafun engine=mpost options="metafun.mp" # runpattern +f texmf/web2c/texmfcnf.lua @@ -36,9 +32,14 @@ runpattern +d texmf-dist/context/data runpattern +d texmf-dist/fonts/cid/fontforge runpattern +f texmf-dist/tex/mptopdf/config/mptopdf.ini # -# See comments in supp-pdf.tlpsrc. -runpattern +!f texmf-dist/tex/context/base/supp-pdf.* -depend supp-pdf +# See longdesc in mptopdf.tlpsrc. +runpattern +!f texmf-dist/tex/context/base/supp-mis.mkii +runpattern +!f texmf-dist/tex/context/base/supp-mpe.mkii +runpattern +!f texmf-dist/tex/context/base/supp-pdf.mkii +runpattern +!f texmf-dist/tex/context/base/syst-tex.mkii +runpattern +!f texmf-dist/scripts/context/perl/mptopdf.pl +runpattern +!f texmf-dist/tex/generic/context/mptopdf.pl +depend mptopdf # # these have their own TL packages, and are not part of core context. runpattern +!d texmf-dist/tex/context/third |