diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-22 01:17:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-22 01:17:55 +0000 |
commit | 70d3b80b036697c12ee7375c5ea98d42733189ad (patch) | |
tree | 9c3629434bc4fd366b18f917b15ba2a2b5580de4 /Master/tlpkg/bin/tlpkginfo | |
parent | b3fa035c5532f2dd65b7b6de6cc8daca10581386 (diff) |
ptptex 0.91 (21nov08)
git-svn-id: svn://tug.org/texlive/trunk@11391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 629b5e5f6bf..a21a2e57d0b 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -123,6 +123,7 @@ sub find_ctan_dir } # names totally dissimilar + $ctan_dir = "language/chinese/CJK" if $me eq "bin-cjkutils"; $ctan_dir = "fonts/fourier-GUT" if $me eq "fourier"; $ctan_dir = "graphics/pdftex" if $me eq "pdftex-def"; $ctan_dir = "info/biblio" if $me eq "beebe"; |