diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-05 20:50:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-05 20:50:43 +0000 |
commit | 2101024e5e179f4877fea0ee75597a4691c6dbf1 (patch) | |
tree | ecab45a6a4799ec3c775cc81821e42f6a1d37f04 /Master/tlpkg/bin/tlpkginfo | |
parent | 063b8df0a35c0536f6cac802be7a571fd7c9c0aa (diff) |
hyperref update (4apr)
git-svn-id: svn://tug.org/texlive/trunk@12636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index ab37221ca84..2fbb730dc9b 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -70,7 +70,7 @@ sub find_ctan_dir # The CTAN path to a package is sometimes stored in the TeX Catalogue, # but old entries don't have it, etc. Still, we want to use it if present. - my $ctan_dir = &catalogue_find_ctan_path ($me); + my $ctan_dir = &catalogue_find_ctan_path ($me) unless $me eq "cc-pl"; if (! $ctan_dir) { # fall back on many special cases (my $menobin = $me) =~ s,^bin-,,; @@ -92,11 +92,12 @@ sub find_ctan_dir "macros/generic/diagrams/$me", # circ "macros/$me", # eplain "support/$me", # thumbpdf - "support/$menobin", # bin-thumbpdf - "language/vietnamese/$me/unpacked", # vntex - "language/hyphenation/$me", # bghyphen + "support/$menobin", # bin-thumbpdf + "language/vietnamese/$me/unpacked", # vntex + "language/polish/$me", # cc-pl + "language/hyphenation/$me", # bghyphen "language/hebrew/$me", # cjhebrew - "language/greek/package-babel/$me", # ibycus-babel + "language/greek/package-babel/$me", # ibycus-babel "language/devanagari/$me", # velthuis "language/croatian/$me", # hrlatex "language/coptic/$me", # cbcoptic |