diff options
author | Norbert Preining <preining@logic.at> | 2008-08-06 08:17:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-08-06 08:17:41 +0000 |
commit | 8725f478aed41db799d953ca647608caa4263cfb (patch) | |
tree | 75ba496fe268f72128f112b7df268a8ded88dcef | |
parent | 7a8f34d4d3de15be37ff880a8c43c8e64f2408d4 (diff) |
update TLPostActions for renamed texlive-ru documentation
git-svn-id: svn://tug.org/texlive/trunk@10109 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 383f27c98f9..cc21003062f 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -494,7 +494,7 @@ sub do_install_texlive_ru { $mainmenu, 'TeX Live Manual (ru) (PDF)', '', # default pdf icon - $texdir.'/texmf-doc/doc/russian/texlive-ru/live.pdf', + $texdir.'/texmf-doc/doc/russian/texlive-ru/texlive-ru.pdf', '', '', ); @@ -502,7 +502,7 @@ sub do_install_texlive_ru { $mainmenu, 'TeX Live Manual (ru) (HTML)', '', # default pdf icon - $texdir.'/texmf-doc/doc/russian/texlive-ru/live.html', + $texdir.'/texmf-doc/doc/russian/texlive-ru/texlive-ru.html', '', '', ); |