diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-18 18:44:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-18 18:44:36 +0000 |
commit | 94672e1ae3c58e635dea1ecdd00b220a3105447b (patch) | |
tree | 7d8b4f8acb4c5e6443daca42db23a79410bd670b /Master/tlpkg/tlpsrc/context.tlpsrc | |
parent | d057b1e9613f45cc63424de192b043ff974ea1c7 (diff) |
extract supp-pdf.* to its own package for the benefit of LaTeX users who do not install the rest of ConTeXt; suggested/researched by Dan Luecking
git-svn-id: svn://tug.org/texlive/trunk@15363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/context.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 5dc43213f81..4bfbccb78e3 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -19,11 +19,14 @@ execute AddFormat name=mptopdf engine=pdftex \ # execute AddFormat name=metafun engine=mpost options="metafun.mp" # -# runpattern 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 +# # these have their own TL packages, and are not part of core context. runpattern +!d texmf-dist/tex/context/third runpattern +!d texmf-dist/tex/context/interface/third @@ -31,10 +34,11 @@ runpattern +!d texmf-dist/metapost/context/third runpattern +!d texmf-dist/tex/xetex/zhspacing/context #(nothing here) runpattern +!d texmf-dist/scripts/context/lua/third # -# srcpattern +# should be fixed in next PGF release: +runpattern +!d texmf-dist/tex/context/pgf +# srcpattern +!d texmf-dist/source/context/third # -# docpattern docpattern +!d texmf-dist/doc/context/third docpattern +!d texmf-dist/doc/generic/tex-virtual-academy-pl/context docpattern +f texmf/doc/man/man1/ctxtools.* @@ -49,9 +53,6 @@ docpattern +f texmf/doc/man/man1/texmfstart.* docpattern +f texmf/doc/man/man1/textools.* docpattern +f texmf/doc/man/man1/texutil.* # -# should be fixed in next release: -runpattern +!d texmf-dist/tex/context/pgf -# # binpattern binpattern f bin/${ARCH}/context binpattern f bin/${ARCH}/ctxtools |