diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/context/third/asymptote/colo-asy.tex (renamed from Master/texmf-dist/tex/context/asymptote/colo-asy.tex) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/asymptote.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/asymptote/colo-asy.tex b/Master/texmf-dist/tex/context/third/asymptote/colo-asy.tex index a9f2a9b636c..a9f2a9b636c 100644 --- a/Master/texmf-dist/tex/context/asymptote/colo-asy.tex +++ b/Master/texmf-dist/tex/context/third/asymptote/colo-asy.tex diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 9dcc6b8effa..5fcd0d0a112 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -90,7 +90,7 @@ elif false && $update_runtime_from_ainst; then $cp -r share/asymptote $xist # $cp latex/asymptote/* $xist/tex/latex/asymptote/ - $cp context*/asymptote/* $xist/tex/context/asymptote/ + $cp context*/asymptote/* $xist/tex/context/third/asymptote/ # $cp bin/asy $lb/ strip $lb/asy @@ -115,5 +115,6 @@ elif false && $update_runtime_from_ainst; then diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn #svn rm ... + svn status $ci # just to see scom -m"asymptote $ver" $ci fi diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc index 13093a90d45..770f21e18fd 100644 --- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc +++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc @@ -12,4 +12,4 @@ docpattern d texmf-dist/doc/${PKGNAME} # runpattern d texmf-dist/${PKGNAME} runpattern d texmf-dist/tex/latex/${PKGNAME} -runpattern d texmf-dist/tex/context/${PKGNAME} +runpattern d texmf-dist/tex/context/third/${PKGNAME} diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index dd4d8751a21..ba5c13ad18c 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -47,7 +47,6 @@ docpattern +!f texmf-dist/doc/context/scripts/mkii/mptopdf.man depend mptopdf # # these have their own TL packages, and are not part of core context. -runpattern +!d texmf-dist/tex/context/asymptote runpattern +!d texmf-dist/tex/context/third runpattern +!d texmf-dist/tex/context/interface/third runpattern +!d texmf-dist/scripts/context/lua/third |