diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-22 17:39:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-22 17:39:12 +0000 |
commit | 408f89cd1eaa7a604e1125f804ece88eab2e18d6 (patch) | |
tree | cd408f1b8e7b179a2a18d84fbea340857decd2ff /Master/tlpkg/bin/tlpkginfo | |
parent | 9e75f9d302bad78367cb6b69deb7eba7d9932e4d (diff) |
utf-8 special case should no longer be needed.
git-svn-id: svn://tug.org/texlive/trunk@8940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 1fb295f19b4..1e51710cec1 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -131,7 +131,6 @@ sub find_ctan_dir $ctan_dir = "language/hungarian/babel" if $me eq "magyar"; $ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek"; $ctan_dir = "language/hyphenation/dehyph" if $me eq "hyphen-german"; - $ctan_dir = "language/hyphenation-utf8" if $me eq "hyph-utf8"; $ctan_dir = "macros/latex/contrib/misc" if $me eq "ltxmisc"; $ctan_dir = "macros/generic" if $me eq "genmisc"; |