diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-01 22:02:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-01 22:02:04 +0000 |
commit | b5083d8d39054ab295db96360fcdfa6f247621f2 (patch) | |
tree | 327010a2d3c4c5022556d37f8dbca2dfef4a077f /Master/tlpkg | |
parent | 6dbca1c4c7c8c6b66c16baccd89f0867cbcfd945 (diff) |
context-fancybreak (1feb15)
git-svn-id: svn://tug.org/texlive/trunk@36188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-animation.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-annotation.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-fancybreak.tlpsrc | 2 |
7 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0ecfd5a7e8c..3bfca1acfda 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -139,7 +139,7 @@ my @TLP_working = qw( context-account context-algorithmic context-animation context-annotation context-bnf context-chromato context-construction-plan context-cyrillicnumbers - context-degrade context-filter context-fixme + context-degrade context-fancybreak context-filter context-fixme context-french context-fullpage context-games context-gantt context-gnuplot context-letter context-lettrine context-lilypond context-mathsets diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d83c09fa899..2e0b0bee6c6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -264,6 +264,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-cyrillicnumbers', "&MAKEcopy", 'context-construction-plan',"&MAKEcopy", 'context-degrade', "&MAKEcopy", + 'context-fancybreak', "&MAKEcopy", 'context-filter', "&MAKEcopy", 'context-fixme', "&MAKEcopy", 'context-french', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index 796b657f34c..d1c1ed352d3 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -34,6 +34,7 @@ docpattern TLCore t texmf-dist doc %NAME% # pkg name: context-foobar # %context-:NAME% expands to foobar runpattern ConTeXt f texmf-dist/tex/context/interface/third/*%context-:NAME%.xml +runpattern ConTeXt f texmf-dist/tex/context/interface/third/t-%NAME%.xml runpattern ConTeXt d texmf-dist/tex/context/third/%context-:NAME% runpattern ConTeXt d texmf-dist/scripts/context/lua/third/%context-:NAME% runpattern ConTeXt d texmf-dist/metapost/context/third/%context-:NAME% diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 31fec21c283..8bc038c08cd 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -16,6 +16,7 @@ depend context-chromato depend context-construction-plan depend context-cyrillicnumbers depend context-degrade +depend context-fancybreak depend context-filter depend context-fixme depend context-french diff --git a/Master/tlpkg/tlpsrc/context-animation.tlpsrc b/Master/tlpkg/tlpsrc/context-animation.tlpsrc index 86c4253fbee..80e71c2e536 100644 --- a/Master/tlpkg/tlpsrc/context-animation.tlpsrc +++ b/Master/tlpkg/tlpsrc/context-animation.tlpsrc @@ -1,3 +1,2 @@ category ConTeXt -runpattern +f texmf-dist/tex/context/interface/third/t-animation.xml depend context diff --git a/Master/tlpkg/tlpsrc/context-annotation.tlpsrc b/Master/tlpkg/tlpsrc/context-annotation.tlpsrc index 92d22763ef6..80e71c2e536 100644 --- a/Master/tlpkg/tlpsrc/context-annotation.tlpsrc +++ b/Master/tlpkg/tlpsrc/context-annotation.tlpsrc @@ -1,3 +1,2 @@ category ConTeXt -runpattern +f texmf-dist/tex/context/interface/third/t-annotation.xml depend context diff --git a/Master/tlpkg/tlpsrc/context-fancybreak.tlpsrc b/Master/tlpkg/tlpsrc/context-fancybreak.tlpsrc new file mode 100644 index 00000000000..80e71c2e536 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-fancybreak.tlpsrc @@ -0,0 +1,2 @@ +category ConTeXt +depend context |