2002/css-validator DOWNLOAD.html.en,1.9,1.10

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv30136

Modified Files:
	DOWNLOAD.html.en 
Log Message:
small simplification to install instructions

Index: DOWNLOAD.html.en
===================================================================
RCS file: /sources/public/2002/css-validator/DOWNLOAD.html.en,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DOWNLOAD.html.en	16 Jun 2006 01:45:15 -0000	1.9
+++ DOWNLOAD.html.en	22 Jun 2006 07:00:29 -0000	1.10
@@ -83,8 +83,9 @@
 		The Validator's sources are now in <span class="dir">[<span class="const">TOMCAT_DIR</span>]/webapps/css-validator</span>,
 		which we will now call <span class="dir">[<span class="const">VALIDATOR_DIR</span>]</span>.
 	</li>
-	<li>In "<span class="dir">[<span class="const">VALIDATOR_DIR</span>]</span>" create a directory "<span class="dir">WEB-INF</span>".</li>
-	<li>In "<span class="dir">[<span class="const">VALIDATOR_DIR</span>]/WEB-INF</span>" create a directory "<span class="dir">lib</span>".</li>
+	<li>In "<span class="dir">[<span class="const">VALIDATOR_DIR</span>]</span>" create a directory "<span class="dir">WEB-INF</span>", and In "<span class="dir">[<span class="const">VALIDATOR_DIR</span>]/WEB-INF</span>" create a directory "<span class="dir">lib</span>":<br />
+		<kbd>mkdir -p WEB-INF/lib</kbd>
+		</li>
 	<li>Copy  all the jar files (from the <a href="#prereq-libs">prerequisites</a>) to the directory "<span class="dir">[<span class="const">VALIDATOR_DIR</span>]/WEB-INF/lib</span>"</li>
 	<li>Compile the validator's source: from the directory <span class="dir">[<span class="const">VALIDATOR_DIR</span>]</span>,
 		Run <kbd>ant</kbd>, while making sure that the jar files you downloaded are correctly set in you CLASSPATH environment variable. 

Received on Thursday, 22 June 2006 07:00:47 UTC