diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-01 21:57:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-01 21:57:57 +0000 |
commit | 6dbca1c4c7c8c6b66c16baccd89f0867cbcfd945 (patch) | |
tree | 3fa9f85165d45b7f609f1ae9842df220b6a6d337 /Master/tlpkg | |
parent | 87932dd0df7362d66a73e360f64c91a41b95ebd0 (diff) |
context-annotation (1feb15)
git-svn-id: svn://tug.org/texlive/trunk@36187 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/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-annotation.tlpsrc | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d69e512d146..0ecfd5a7e8c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -136,7 +136,7 @@ my @TLP_working = qw( compactbib complexity components-of-TeX comprehensive computational-complexity concepts concmath concmath-fonts concprog concrete confproc constants conteq - context-account context-algorithmic context-animation + context-account context-algorithmic context-animation context-annotation context-bnf context-chromato context-construction-plan context-cyrillicnumbers context-degrade context-filter context-fixme diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 24b17fc15cc..d83c09fa899 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -258,6 +258,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-algorithmic', "&MAKEcopy", 'context-account', "&MAKEcopy", 'context-animation', "&MAKEcopy", + 'context-annotation', "&MAKEcopy", 'context-bnf', "&MAKEcopy", 'context-chromato', "&MAKEcopy", 'context-cyrillicnumbers', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 993d6ccbb96..31fec21c283 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -10,6 +10,7 @@ depend jmn depend context-account depend context-algorithmic depend context-animation +depend context-annotation depend context-bnf depend context-chromato depend context-construction-plan diff --git a/Master/tlpkg/tlpsrc/context-annotation.tlpsrc b/Master/tlpkg/tlpsrc/context-annotation.tlpsrc new file mode 100644 index 00000000000..92d22763ef6 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-annotation.tlpsrc @@ -0,0 +1,3 @@ +category ConTeXt +runpattern +f texmf-dist/tex/context/interface/third/t-annotation.xml +depend context |