]> granicus.if.org Git - apache/commitdiff
Fix html validation.
authorCliff Woolley <jwoolley@apache.org>
Thu, 16 May 2002 19:09:26 +0000 (19:09 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 16 May 2002 19:09:26 +0000 (19:09 +0000)
Submitted by: Jerry Baker

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95140 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.html

index ebe5d7d07eb66111c988fe63c85033b23e3646d1..ecfe11fcae150aa117bbd279ac0f7f0f75877194 100644 (file)
@@ -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) -->
     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>