conor 00/06/17 09:14:05
Modified: docs index.html
Log:
Fix up minor mangling of HTML
Revision Changes Path
1.24 +2 -2 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- index.html 2000/06/17 15:38:41 1.23
+++ index.html 2000/06/17 16:14:03 1.24
@@ -39,7 +39,7 @@
<hr>
<h2><a name="introduction">Introduction</a></h2>
<p>Ant is a Java based build tool. In theory it is kind of like make without
-makes wrinkles.</p>
+make's wrinkles.</p>
<h3>Why?</h3>
<p>Why another build tool when there is already make, gnumake, nmake, jam,
and
others? Because all of those tools have limitations that its original author
@@ -784,7 +784,7 @@
<p>updates the package/module that has previously been checked out into
"${ws.dir}".</p>
<hr>
- <td valign="top">comma separated list of filenam<h2><a
name="delete">Delete</a></h2>
+<h2><a name="delete">Delete</a></h2>
<h3>Description</h3>
<p>Deletes either a single file or
all files in a specified directory and its sub-directories.</p>