diff options
author | Norbert Preining <norbert@preining.info> | 2023-04-07 13:23:46 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-04-07 13:23:46 +0900 |
commit | c43b61a2eaa2c0953aed2b10734013497087f665 (patch) | |
tree | 5404bf468fd48c150d29cae84585f95fecbcab98 | |
parent | 8dc4128c8ec6530b9c2971b73e461f8d514e996c (diff) |
adjust tlpsrc entries for new context paper approachmerged/context-paper
- exclude tex/context/texlive from context.tlpsrc
- include it into a new package context-texlive.tlpsrc
- add context-texlive.tlpsrc to collection-context.tlpsrc
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-texlive.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index bd34e8442aa..cb9b6af025c 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -42,3 +42,4 @@ depend context-typearea depend context-typescripts depend context-vim depend context-visualcounter +depend context-texlive diff --git a/Master/tlpkg/tlpsrc/context-texlive.tlpsrc b/Master/tlpkg/tlpsrc/context-texlive.tlpsrc new file mode 100644 index 00000000000..effb2640005 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-texlive.tlpsrc @@ -0,0 +1 @@ +runpattern d texmf-dist/tex/context/texlive diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 2bcf3ee85ff..cf411a4f86d 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -39,6 +39,7 @@ runpattern +!d texmf-dist/tex/context/third runpattern +!d texmf-dist/tex/context/interface/third runpattern +!d texmf-dist/scripts/context/lua/third runpattern +!d texmf-dist/metapost/context/third +runpattern +!d texmf-dist/tex/context/texlive # srcpattern +!d texmf-dist/source/context/third # |