Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15127
Modified Files:
doc.cgi
Log Message:
Link to programs in Installation tab.
Index: doc.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** doc.cgi 24 Sep 2007 21:28:03 -0000 1.44
--- doc.cgi 25 Sep 2007 15:42:43 -0000 1.45
***************
*** 311,315 ****
<ul>
<li>make install</li>
! </ul>";
}
--- 311,319 ----
<ul>
<li>make install</li>
! </ul>
! <h3>Usage</h3>
! <p>
! At this point, you should take a look to <a href='/cgi-bin/doc.cgi?tab=package&topic=cbm-core'>compbenchmark-core</a> and <a href='/cgi-bin/doc.cgi?tab=package&topic=cbm-plan'>compbenchmark-plan</a> programs.
! </p>";
}
|