diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-27 21:40:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-27 21:40:51 +0000 |
commit | db9d450cc0c93f7659686045906cbb8355a0254a (patch) | |
tree | 9f2e1cf86947362b5cade71b00209f34e950c84d /Build/tools | |
parent | 7a800286ec192d3205a477baedd9f63004be4897 (diff) |
no menodash for lshort, fails on hyphen-german
git-svn-id: svn://tug.org/texlive/trunk@2986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/tlpkginfo | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index e7ee5478ac0..8d4bce66c68 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -22,7 +22,7 @@ sub main return 0; } else { - die "Usage: $0 --ctan-dir PKGNAME or --ctan-root (not @ARGV)\n"; + die "Usage: $0 --ctan-dir PKGNAME or --ctan-root (not @ARGV).\n"; } } @@ -49,7 +49,6 @@ sub find_ctan_dir if (! $ctan_dir) { # fall back on many special cases (my $menobin = $me) =~ s,^bin-,,; - (my $menodash = $me) =~ s,^.*-,,; (my $menopowerdot = $me) =~ s,^powerdot-,,; (my $menotype1 = $me) =~ s,-type1$,,; @@ -76,7 +75,6 @@ sub find_ctan_dir "info/spanish/$me", # guia-bibtex "info/symbols/$me", # comprehensive "info/math/voss/$me", # mathmode - "info/lshort/$menodash", # lshort-english "info/bibtex/$me", # tamethebeast "info/$me", # Type1fonts "help/$me", # es-tex-faq |