summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-09 01:58:48 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-09 01:58:48 +0000
commit082ad8e8a73ad421ef7083e203b2ced4a6aa692f (patch)
treec6e93e3f061153b9c89c7e6fb37e14ee7c1ebeb7 /Master
parent908ab07d0121eb079549a81f6ea8151dbe9ba8fd (diff)
fixing ctandir for hyphen-german
git-svn-id: svn://tug.org/texlive/trunk@7965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index c21a2ddf255..2a8f83a59bc 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -129,6 +129,7 @@ sub find_ctan_dir
$ctan_dir = "language/basque" if $me eq "hyphen-basque";
$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 = "macros/latex/contrib/misc" if $me eq "ltxmisc";
$ctan_dir = "macros/generic" if $me eq "genmisc";