diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-29 20:33:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-29 20:33:25 +0000 |
commit | f89210e4bfe23e19b776261dcabb9292f457e972 (patch) | |
tree | 2a77faa4a4af998f2cf6b4b70e161c5997ffe076 /Master/tlpkg | |
parent | b80af2581687d9eec04d7e035c53431701307476 (diff) |
rm csvtools, replaced by datatools
git-svn-id: svn://tug.org/texlive/trunk@36672 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-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/csvtools.tlpsrc | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 87ba04370aa..b017bdf2b29 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -154,7 +154,7 @@ my @TLP_working = qw( coverpage covington cprotect crbox crop crossreference crossrefware crossword crosswrd cryptocode cryst - cs csbulletin cslatex csplain csquotes csquotes-de csvsimple csvtools cstex + cs csbulletin cslatex csplain csquotes csquotes-de csvsimple cstex ctan_chk ctanify ctanupload ctable ctex ctex-faq cursolatex cuisine currfile currvita curve curve2e curves diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 08cf9e543e3..5f98a1de448 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -302,7 +302,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'crosstex', "die 'sorry, investigate self-locating?'", 'cspsfonts', "die 'skipping, use cs'", 'csv2latex', "die 'skipping, mac only?, ruby + applescript'", - 'csvtools', "&MAKEflatten", + 'csvtools', "die 'skipping, replaced by datatools'", 'csvtolatex', "die 'skipping, w32 only, visual basic'", 'ctable', "&MAKEflatten", 'ctantools', "die 'skipping, not sure we should usurp the cmd name ctan'", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 6bdd55fe588..d76933cea40 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -178,7 +178,6 @@ depend crbox depend crossreference depend csquotes depend csvsimple -depend csvtools depend cuisine depend currfile depend currvita diff --git a/Master/tlpkg/tlpsrc/csvtools.tlpsrc b/Master/tlpkg/tlpsrc/csvtools.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/csvtools.tlpsrc +++ /dev/null |