--- mitgcm.org/front_content/Assemble.pl 2005/04/02 22:12:59 1.6
+++ mitgcm.org/front_content/Assemble.pl 2008/01/15 17:12:18 1.8
@@ -55,6 +55,14 @@
foreach $fm (@flist) {
$ind = "";
$name = $name0{$fm};
+
+ if ($name eq "Documentation") {
+ $tmp = ""
+ . "Documentation
\n";
+ $menu = join "", $menu, $tmp;
+ next;
+ }
+
if (length($name1{$fm}) > 0) {
$ind = " ";
$name = $name1{$fm};