diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-29 00:34:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-29 00:34:15 +0000 |
commit | 34c70b513b133f24d8da7f15be5ce7b32bc1092f (patch) | |
tree | c735fe498c6671709caf1467394b0cc230991d53 /Master/tlpkg | |
parent | 99fce12bb0c432257f4b918dc1eb760b7b583382 (diff) |
new context pkg context-filter (28sep10)
git-svn-id: svn://tug.org/texlive/trunk@19939 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-filter.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 1a715fbc6af..dc432f96c6a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -83,7 +83,7 @@ my @TLP_working = qw( complexity comprehensive computational-complexity concmath concmath-fonts concprog confproc constants context-account context-algorithmic context-bnf context-chromato - context-construction-plan context-degrade context-fixme + context-construction-plan context-degrade context-filter context-fixme context-french context-fullpage context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-ruby diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d446a351a5f..a80bd4c84ea 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -185,6 +185,7 @@ $Master = "$mydir/../.."; 'context-chromato', "&MAKEcopy", 'context-construction-plan', "&MAKEcopy", 'context-degrade', "&MAKEcopy", + 'context-filter', "&MAKEcopy", 'context-fixme', "&MAKEcopy", 'context-french', "&MAKEcopy", 'context-fullpage', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 1f07a8bc0b6..aa8e2d22540 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -11,6 +11,7 @@ depend context-bnf depend context-chromato depend context-construction-plan depend context-degrade +depend context-filter depend context-fixme depend context-french depend context-fullpage diff --git a/Master/tlpkg/tlpsrc/context-filter.tlpsrc b/Master/tlpkg/tlpsrc/context-filter.tlpsrc new file mode 100644 index 00000000000..8e194d47208 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-filter.tlpsrc @@ -0,0 +1 @@ +category ConTeXt |