diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-05-31 22:08:22 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-05-31 22:08:22 +0000 |
commit | c8c9b44b54ad7960918e65cdfe574e1a10403754 (patch) | |
tree | b47ef766a85c42681cf19357810d8b8c3e51712c /Master/tlpkg/installer/install-menu-text.pl | |
parent | 578595653415bd6a2192dd44d08c9ee3f4f4f0e4 (diff) |
Remove install-tl.html from the top-level directory.
git-svn-id: svn://tug.org/texlive/trunk@8436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index b984b1a075a..743fdf955c7 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -568,7 +568,7 @@ sub help_menu { 'R' => \&main_menu, 'Q' => \&quit ); - my $installer_help="$installerdir/install-tl.html"; + my $installer_help="$installerdir/tlpkg/installer/install-tl.html"; clear_screen; |