summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 7ab4ba42658..15955427bf7 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -78,12 +78,6 @@ sub ctaninfo {
hacm inriafonts imtekda mathdesign sdaps tufte-latex xassoccnt),
);
- # special packages from latex-tds project; used by prepare()
- $latex_tds_pkgs = "latex-tds";
-# $latex_tds_pkgs .= "|psnfss"; # amsmath|cyrillic|graphics|latex|tools on own
- $latex_tds_pkgs .= "|knuth"; # other
- $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds";
-
# the CJK material is split into several packages.
$cjk_pkgs = "bin-(cjk|ttf)utils|dnp|(|garuda-|norasi-)c90";
@@ -432,9 +426,6 @@ sub prepare {
} elsif ($pkg eq "latex") {
$tds_path = "$CTAN/install/macros/latex/latex-base.tds.zip";
- # ...and except for files in latex-tds...
- } elsif ($pkg =~ /^($latex_tds_pkgs)$/) {
- $tds_path = "$latex_tds_dir/$pkg.tds.zip";
}
my $tds_path_ok = -s $tds_path ? 1 : 0;