--- doc/build/generate_web_pages.pl 2003/09/02 15:43:01 1.3
+++ doc/build/generate_web_pages.pl 2003/12/12 21:32:08 1.6
@@ -23,6 +23,7 @@ The point of this is to look like the ma
my @pages = (
['Red Hat 7.3 Install', 'rh73'],
+ ['Fedora Install', 'fedora_install'],
['Manual Install from Tarballs', 'manual_install'],
['Upgrading from Previous LON-CAPA install', 'upgrade'],
['Post-installation Configuration', 'config'],
@@ -71,10 +72,7 @@ for (@pages) {
$content .= "\n";
-my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",
- $content);
-
-$content .= <