diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-27 19:09:26 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-27 19:09:26 +0000 |
commit | 0fb93bcc72d89e3e71e2c9f2ff2b73a0c7aa6521 (patch) | |
tree | 36d12a0ca191deb3802f949a5d795c2e06b001f8 /Master | |
parent | 98a782605838db86c194540296d52b12eccac374 (diff) |
fixing ctandir for lshort-chinese
git-svn-id: svn://tug.org/texlive/trunk@9819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 e966d6201eb..6980e4df9a8 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -135,6 +135,7 @@ sub find_ctan_dir $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"; + $ctan_dir = "info/lshort/chinese" if $me eq "lshort-chinese"; # do last, for sake of subdirs above. $ctan_dir = "language/hyphenation" |