diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-20 21:59:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-20 21:59:52 +0000 |
commit | 82b109c9770d6f92d5a0681615bbfd75d968d69e (patch) | |
tree | 9dd5634ba0e450e79a78f000493d2b8c8c347821 /Master/tlpkg | |
parent | ff4d0504ea200ee5fe3f4956b00570f6c2ca0a39 (diff) |
rm context-fixme, obsolete per author
git-svn-id: svn://tug.org/texlive/trunk@42314 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 | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-fixme.tlpsrc | 2 |
4 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 089ad453963..bef56043fb6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -159,7 +159,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-fancybreak context-filter context-fixme + context-degrade context-fancybreak context-filter 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 f0d45684fb2..d04bda10c8f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -278,7 +278,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-degrade', "&MAKEcopy", 'context-fancybreak', "&MAKEcopy", 'context-filter', "&MAKEcopy", - 'context-fixme', "&MAKEcopy", + 'context-fixme', "die 'skipping, obsolete per author'", 'context-french', "&MAKEcopy", 'context-fullpage', "&MAKEcopy", 'context-games', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index e4079154a54..a5be3bf425b 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -18,7 +18,6 @@ depend context-cyrillicnumbers depend context-degrade depend context-fancybreak depend context-filter -depend context-fixme depend context-french depend context-fullpage depend context-games diff --git a/Master/tlpkg/tlpsrc/context-fixme.tlpsrc b/Master/tlpkg/tlpsrc/context-fixme.tlpsrc deleted file mode 100644 index 80e71c2e536..00000000000 --- a/Master/tlpkg/tlpsrc/context-fixme.tlpsrc +++ /dev/null @@ -1,2 +0,0 @@ -category ConTeXt -depend context |