From 57cb67ae7c5220468344a53f91e761209f2befd0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Dec 2014 00:12:32 +0000 Subject: ctanify (23dec14) git-svn-id: svn://tug.org/texlive/trunk@35888 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/bin/tlpkginfo | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 505268716e3..b0bf8447fae 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -440,7 +440,7 @@ my @TLP_working = qw( rviewport rvwrite ryethesis sa-tikz sageep sanskrit sanskrit-t1 sansmath sansmathaccent sansmathfonts sapthesis sasnrdisplay sauerj - sauterfonts savefnmark savesym savetrees + sauter sauterfonts savefnmark savesym savetrees scale scalebar scalerel scanpages schemabloc schemata sclang-prettifier schule schulschriften schwalbe-chess sciposter screenplay scrjrnl diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 1243c6ed7d4..4dd5e86671a 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -179,21 +179,23 @@ sub find_ctan_dir { if $me =~ /^hyphen-/ && ! $ctan_dir; } - # For cm, we just want the mf subdir of fonts/cm. if ($me eq "cm") { + # For cm, we just want the mf subdir of fonts/cm. $ctan_dir .= "/mf"; - } - # For mathspic, we cannot use the catalogue directory: - # we want to ignore the dos/ subdir and just go with the perl/. - if ($me eq "mathspic") { + } elsif ($pkgname eq "cs") { + # For cs, we need to unpack from multiple tarballs, + # so copy the entire cstex directory. + $ctan_dir = "$CTAN/macros/cstex/base"; + + } elsif ($me eq "mathspic") { + # For mathspic, we cannot use the catalogue directory: + # we want to ignore the dos/ subdir and just go with the perl/. $ctan_dir .= "/perl"; - } - # For cs, we need to unpack from multiple tarballs, - # so copy the entire cstex directory. - if ($pkgname eq "cs") { - $ctan_dir = "$CTAN/macros/cstex/base"; + } elsif ($me eq "sauter") { + # and for sauter, just base. + $ctan_dir .= "/base"; } # prepend ctan root if not an absolute dir (this happens when we make -- cgit v1.2.3