summaryrefslogtreecommitdiff
path: root/Build/tools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-25 20:34:18 +0000
committerKarl Berry <karl@freefriends.org>2006-09-25 20:34:18 +0000
commitca1a2b2b9123e3f0a38eff30f31fec3d6d7008f8 (patch)
treec700a328d589723dda437e74e8d67a286a597b10 /Build/tools
parentda607cc5abeff23db9221812e312b0f5b94f3a6f (diff)
redundant hyphen-german special case.
git-svn-id: svn://tug.org/texlive/trunk@2195 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-xBuild/tools/tlpkginfo1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo
index aba2bb9a00d..b7166f78867 100755
--- a/Build/tools/tlpkginfo
+++ b/Build/tools/tlpkginfo
@@ -109,7 +109,6 @@ sub find_ctan_dir
$ctan_dir = "info/translations/vn" if $me eq "ntheorem-vn";
$ctan_dir = "language/armenian/armtex" if $me eq "armenian";
$ctan_dir = "language/basque" if $me eq "hyphen-basque";
- $ctan_dir = "language/hyphenation" if $me eq "hyphen-german";
$ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek";
$ctan_dir = "macros/latex/contrib/misc" if $me eq "ltxmisc";
$ctan_dir = "macros/generic" if $me eq "genmisc";