/[MITgcm]/mitgcm.org/front_content/Assemble.pl
ViewVC logotype

Diff of /mitgcm.org/front_content/Assemble.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/front_content/Assemble.pl	2003/12/04 03:10:49	1.3
+++ mitgcm.org/front_content/Assemble.pl	2003/12/06 21:10:18	1.4
@@ -5,7 +5,7 @@
 
 #  Assemble the web pages from XML files.
 
-$topdir = "./";
+$topdir = ".";
 $file_list = $topdir . "/order.txt";
 open(ORDER,$file_list) or die "ERROR: can't open \"$file_list\"\n";
 $_ = join(" ", <ORDER>);

 

  ViewVC Help
Powered by ViewVC 1.1.22