diff options
author | Norbert Preining <preining@logic.at> | 2008-08-09 06:36:28 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-08-09 06:36:28 +0000 |
commit | 065574ce5ce642e69b4d13830f3d40e048a30ec2 (patch) | |
tree | a189c06ce769017309244d6b03a30a565d787e24 /Master/tlpkg | |
parent | 9e0db0b1a0349df36ba33351c5543a57d6c633a3 (diff) |
TLPostActions: also texlive-zh-cn ships now texlive-zh-cn.pdf, not live.pdf
git-svn-id: svn://tug.org/texlive/trunk@10204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index b0abdf2718e..86e3381be63 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -534,7 +534,7 @@ sub do_install_texlive_zh_cn { $mainmenu, 'TeX Live Manual (zh-cn)', '', # default pdf icon - $texdir.'/texmf-doc/doc/chinese/texlive-zh-cn/live.pdf', + $texdir.'/texmf-doc/doc/chinese/texlive-zh-cn/texlive-zh-cn.pdf', '', '', ); |