[llvm-commits] CVS: llvm/docs/Projects.html

Reid Spencer reid at x10sys.com
Sun Feb 27 17:10:59 PST 2005



Changes in directory llvm/docs:

Projects.html updated: 1.17 -> 1.18
---
Log message:

A few small steps toward HTML 4.01 Strict compliance.


---
Diffs of the changes:  (+5 -9)

 Projects.html |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)


Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.17 llvm/docs/Projects.html:1.18
--- llvm/docs/Projects.html:1.17	Sun Feb 27 18:40:29 2005
+++ llvm/docs/Projects.html	Sun Feb 27 19:10:48 2005
@@ -94,7 +94,7 @@
   <ul>
     <li><b>AC_INIT</b>. Place the name of your project, its version number and
     a contact email address for your project as the arguments to this macro</li>
-    <li><b>AC_CONFIG_AUC_DIR</tt>. If your project isn't in the
+    <li><b>AC_CONFIG_AUC_DIR</b>. If your project isn't in the
     <tt>llvm/projects</tt> directory then you might need to adjust this so that
     it specifies a relative path to the <tt>llvm/autoconf</tt> directory.</li>
     <li><b>LLVM_CONFIG_PROJECT</b>. Just leave this alone.</li>
@@ -203,19 +203,15 @@
     test procedure uses RUN lines in the actual test case to determine
     how to run the test.  See the <a
     href="TestingGuide.html">TestingGuide</a> for more details. You
-    can easily write Makefile support similar to the Makefiles in <tt>llvm/test</tt>
-    to use Dejagnu to run your project's tests.</li>
-
-    <p>
-
+    can easily write Makefile support similar to the Makefiles in 
+    <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br/></li>
     <li>
     LLVM contains an optional package called <tt>llvm-test</tt>
     which provides benchmarks and programs that are known to compile with the
     LLVM GCC front ends.  You can use these
     programs to test your code, gather statistics information, and
     compare it to the current LLVM performance statistics.
-    <p>
-    Currently, there is no way to hook your tests directly into the
+    <br/>Currently, there is no way to hook your tests directly into the
     <tt>llvm/test</tt> testing harness.  You will simply
     need to find a way to use the source provided within that directory
     on your own.
@@ -451,7 +447,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2005/02/28 00:40:29 $
+  Last modified: $Date: 2005/02/28 01:10:48 $
 </address>
 
 </body>






More information about the llvm-commits mailing list