--- doc/build/generate_web_pages.pl 2011/12/01 04:58:57 1.53 +++ doc/build/generate_web_pages.pl 2014/01/15 05:16:40 1.55 @@ -179,7 +179,7 @@ $content .= "\n"; $links=''; -my $index = replaceText("Install LON-CAPA", $links, "Install LON-CAPA", +my $index = replaceText("Install LON-CAPA", $links, 'Documentation/Download', $content); print INDEX $index; @@ -194,7 +194,8 @@ for (@longlifecycle,@shortlifecycle,@anc $content = join '', ; close SOURCE; - $content = replaceText($title, '', 'Install LON-CAPA > ' . $title, + $content = replaceText($title, '', 'Documentation/Download » '. + ''.$title, $content); open DEST, '>', $source.'.html'; print DEST $content;