diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-01 21:56:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-01 21:56:46 +0000 |
commit | 87932dd0df7362d66a73e360f64c91a41b95ebd0 (patch) | |
tree | 2ccdb5e1d290df69f3c44a677e475dc0657fd740 /Master/tlpkg | |
parent | 373a415f542caa0b4b63e4abedb259b846a97c9e (diff) |
context-animation (1feb15)
git-svn-id: svn://tug.org/texlive/trunk@36186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-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-animation.tlpsrc | 3 |
4 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0723aa8720c..d69e512d146 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -136,7 +136,8 @@ 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-bnf context-chromato + context-account context-algorithmic context-animation + context-bnf context-chromato context-construction-plan context-cyrillicnumbers context-degrade context-filter context-fixme context-french context-fullpage diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6ec706b0c26..24b17fc15cc 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -257,6 +257,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'conferences', "die 'skipping, container directory'", 'context-algorithmic', "&MAKEcopy", 'context-account', "&MAKEcopy", + 'context-animation', "&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 f26c1371124..993d6ccbb96 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -9,6 +9,7 @@ depend context depend jmn depend context-account depend context-algorithmic +depend context-animation depend context-bnf depend context-chromato depend context-construction-plan diff --git a/Master/tlpkg/tlpsrc/context-animation.tlpsrc b/Master/tlpkg/tlpsrc/context-animation.tlpsrc new file mode 100644 index 00000000000..86c4253fbee --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-animation.tlpsrc @@ -0,0 +1,3 @@ +category ConTeXt +runpattern +f texmf-dist/tex/context/interface/third/t-animation.xml +depend context |