Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ensures that the native libraries are always loaded before trying to access them
[simgrid.git] / doxygen_postprocesser.pl
index 4bd6459..38bcc61 100755 (executable)
@@ -31,9 +31,9 @@ while (<FROM>) {
        if( $_ =~ /<li.*>/ && $tabs){
                my $tmp_buff="";
                $tmp_buff .= $_;
-               $tmp_buff .= '      <li><a href="install.html"><span>Install SimGrid-Java</span></a></li>'."\n";
+               $tmp_buff .= '      <li><a href="install.html"><span>Install and Use</span></a></li>'."\n";
                $tmp_buff .= '      <li><a href="javadoc/index.html"><span>Javadoc</span></a></li>'."\n";
-
+               $tmp_buff .= '      <li><a href="http://simgrid.gforge.inria.fr/"><span>Website</span></a></li>'."\n";
                $tabs = 0;
        
                my $filename = $file;