diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-26 23:19:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-26 23:19:54 +0000 |
commit | afbbbf97ffa329ca5681470f119c51da6b0ad363 (patch) | |
tree | 573196832560b914508b586d4e53c2d472caeb24 | |
parent | ffb094bcf1b43d43c0deec1eb9b277394cd947b7 (diff) |
rm context-inifile, removed with advent of lmtx
git-svn-id: svn://tug.org/texlive/trunk@66212 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-inifile.tlpsrc | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a98d427ca22..bd36a69d2fd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -209,7 +209,7 @@ my @TLP_working = qw( context-construction-plan context-cyrillicnumbers context-degrade context-fancybreak context-filter context-french context-fullpage - context-gantt context-gnuplot context-handlecsv context-inifile + context-gantt context-gnuplot context-handlecsv context-layout context-letter context-lettrine context-mathsets context-rst context-ruby context-simplefonts context-simpleslides context-title diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 80ea1344871..cd2144f767e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -354,7 +354,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'context-gantt', "&MAKEcopy", 'context-gnuplot', "&MAKEcopy", 'context-handlecsv', "&MAKEcopy", - 'context-inifile', "&MAKEcopy", + 'context-inifile', "die 'skipping, removed with advent of lmtx'", 'context-layout', "&MAKEcopy", 'context-letter', "&MAKEcopy", 'context-lettrine', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/context-inifile.tlpsrc b/Master/tlpkg/tlpsrc/context-inifile.tlpsrc deleted file mode 100644 index 80e71c2e536..00000000000 --- a/Master/tlpkg/tlpsrc/context-inifile.tlpsrc +++ /dev/null @@ -1,2 +0,0 @@ -category ConTeXt -depend context |