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 | |
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')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/splitindex.tlpsrc | 2 |
5 files changed, 4 insertions, 6 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-*`; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 55c6eb746e4..e7c1300a3a1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -451,6 +451,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'skak', "&MAKEflatten", 'slidenotes', "die 'skipping, nonfree'", 'songs', "die 'skipping, requires binary'", + 'splitindex', "die 'skipping, requires binary'", 'staves', "&MAKEflatten", 'stellenbosch',"&MAKEcopy", 'stex', "&MAKEflatten", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 9145dd73418..d1641973b12 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -477,7 +477,6 @@ depend smflatex depend snapshot depend soul depend sparklines -depend splitindex depend spotcolor depend sprite depend srcltx diff --git a/Master/tlpkg/tlpsrc/splitindex.tlpsrc b/Master/tlpkg/tlpsrc/splitindex.tlpsrc deleted file mode 100644 index 933e0630bfc..00000000000 --- a/Master/tlpkg/tlpsrc/splitindex.tlpsrc +++ /dev/null @@ -1,2 +0,0 @@ -name splitindex -category Package |