diff options
author | Norbert Preining <preining@logic.at> | 2008-08-07 05:12:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-08-07 05:12:49 +0000 |
commit | 063a258058e404f03cd0c98724f9728344f79651 (patch) | |
tree | ee3d89772687641932a0622f3ba1db90abf324db | |
parent | 9fbdd2b525e9d381d0fdab384d6a2b9cf8d6e0fc (diff) |
TLPostAction: is is now texlive-de/texlive-de{.pdf,html}, not live
git-svn-id: svn://tug.org/texlive/trunk@10136 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 cc21003062f..f2469add1b5 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -418,7 +418,7 @@ sub do_install_texlive_de { $mainmenu, 'TeX Live Manual (de) (PDF)', '', # default pdf icon - $texdir.'/texmf-doc/doc/german/texlive-de/live.pdf', + $texdir.'/texmf-doc/doc/german/texlive-de/texlive-de.pdf', '', '', ); @@ -426,7 +426,7 @@ sub do_install_texlive_de { $mainmenu, 'TeX Live Manual (de) (HTML)', '', # default pdf icon - $texdir.'/texmf-doc/doc/german/texlive-de/live.html', + $texdir.'/texmf-doc/doc/german/texlive-de/texlive-de.html', '', '', ); |