diff options
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-algorithmic.tlpsrc | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 49f8a4b275c..d04d8f119d9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -57,7 +57,7 @@ my @WorkingTLP = qw( collref colorinfo colortbl colorwav commath compactbib complexity comprehensive computational-complexity confproc constants - context-account context-bnf context-chromato + context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-fixme context-french context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2918fd2a7e7..da260d8333b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -137,6 +137,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'compact', "die 'skipping, nonfree license'", 'concmath', "&MAKEconcmath", 'context', "&MAKEcontext", + 'context-algorithmic', "&MAKEcopy", 'context-account', "&MAKEcopy", 'context-bnf', "&MAKEcopy", 'context-chromato', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 988f1e43522..11d9d816b6c 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -7,6 +7,7 @@ depend context depend jmn depend lmextra depend context-account +depend context-algorithmic depend context-bnf depend context-chromato depend context-construction-plan diff --git a/Master/tlpkg/tlpsrc/context-algorithmic.tlpsrc b/Master/tlpkg/tlpsrc/context-algorithmic.tlpsrc new file mode 100644 index 00000000000..d07b3818813 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-algorithmic.tlpsrc @@ -0,0 +1 @@ +runpattern d texmf-dist/tex/context/third/algorithmic |