diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-05 16:52:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-05 16:52:20 +0000 |
commit | 36f6715604625a3e362534859befd7f94e2f4414 (patch) | |
tree | a6e5540dfdc072b17d86ae5667f8d8ceae901522 /Master/tlpkg/bin | |
parent | 58ad5c5ba60b9db988e2cb1c9301fcd77fcbc0c8 (diff) |
rm splitindex, requires compilation
git-svn-id: svn://tug.org/texlive/trunk@12317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9e6e91ebca0..e7407e62c2e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -205,7 +205,7 @@ my @WorkingTLP = qw( sidecap sides siggraph silence simplecv simplewick siunitx skak skaknew slantsc slideshow smalltableof smartref smflatex snapshot songbook sort-by-letters soul spanish-mx sparklines spie - splines splitbib splitindex spotcolor sprite srcltx sseq + splines splitbib spotcolor sprite srcltx sseq ssqquote stack stage statex2 staves stdclsdv stdpage stellenbosch stex stringstrings struktex sttools stubs subdepth subeqn subeqnarray diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index d137cdaacd3..997fb3b8d6a 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -72,8 +72,8 @@ sub main unlink ($commit_file); `printf "$removals" >$commit_file`; - print "if license in Catalogue is still free, " - . "tell Robin.Fairbairns@cl.cam.ac.uk.\n"; + print "if license in Catalogue is free, and package isn't, " + . "tell Robin.Fairbairns\@cl.cam.ac.uk.\n"; my $tsrc = "$Master/tlpkg/tlpsrc"; my @lines = `grep -l 'depend.* $f\$' $tsrc/collection-* $tsrc/scheme-*`; |