diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index bac12bde100..b42325215c7 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -26,7 +26,7 @@ sub main { # special packages from latex-tds project; used by prepare() $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; - $amslatex_tds_pkgs = "amscls|amsmath|amsrefs"; # tlpsrc_find_catalogue() too + $amslatex_tds_pkgs = "amscls"; #"amsmath|amsrefs"; # awaiting heiko $latex_tds_pkgs = "latex-tds|knuth|$amslatex_tds_pkgs|$corelatex_tds_pkgs"; $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # (amsfonts and amstex are handled from the originals.) @@ -66,11 +66,9 @@ sub find_ctan_dir { # use explicit catalogue name if given in tlpsrc. my $me = &tlpsrc_find_catalogue ($pkgname); if (! $me) { - if ($pkgname =~ /^($amslatex_tds_pkgs)$/) { - # ctan (and latex-tds) bundles all ams packages together, + if ($pkgname =~ /^($cjk_pkgs)$/) { + # ctan bundles these packages together, # but we use separate tlp names. - $me = "amslatex" ; - } elsif ($pkgname =~ /^($cjk_pkgs)$/) { $me = "cjk"; # likewise CJK } elsif ($pkgname eq "mkgrkindex") { $me = "greek-makeindex"; # use directory name |