Sorry. Netscape hosed the content-type of the last attachment.
Two small errors in current document.
1. The <pre> at line 214 is enclosed by <p></p> in violation of
specs.
2. No charset info.
--
Jerry BakerIndex: win_compiling.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/platform/win_compiling.html,v
retrieving revision 1.16
diff -u -r1.16 win_compiling.html
--- win_compiling.html 15 May 2002 22:43:25 -0000 1.16
+++ win_compiling.html 16 May 2002 18:44:59 -0000
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
-
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Compiling Apache for Microsoft Windows</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active)
-->
@@ -210,11 +210,11 @@
You must build the projects first in order to create all dynamic
auto-generated targets, so that dependencies can be parsed
correctly. Run the following command to fix the paths so they
- will build anywhere;
+ will build anywhere;</p>
<pre>
perl srclib\apr\build\fixwin32mak.pl
</pre>
- You must type this command from the <em>top level</em>
+ <p>You must type this command from the <em>top level</em>
directory of the httpd source tree. Every .mak and .dep project
file within the current directory and below will be corrected,
and the timestamps adjusted to reflect the .dsp.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]