changeset 1599:bcd628736540

fix HTML formatting in the docs
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 23 Feb 2011 14:04:38 +0100
parents dd0e8216d6cd
children 747cb647ee90
files doc/index.html
diffstat 1 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Mon Feb 21 21:18:11 2011 +0100
+++ b/doc/index.html	Wed Feb 23 14:04:38 2011 +0100
@@ -447,11 +447,10 @@
         <p>
         All packages are updated to their latest version.
         </p>
-        
+
         <p>
-        Note for <code>boost::filesystem</code> users - 
-        <a href="http://beta.boost.org/doc/libs/1_46_0_beta1/libs/filesystem/v3/doc/index.htm">
-        version 3 is a major revision </a> 
+        Note for <code>boost::filesystem</code> users:
+        <a href="http://beta.boost.org/doc/libs/1_46_0_beta1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
         and now the default in 1.46.
         </p>
     </dd>
@@ -643,8 +642,7 @@
 
     <p>
     On 64-bit Fedora,
-    there are <a href="#open-issue-nsis">
-    open issues with the NSIS package.</a>
+    there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
     </p>
 
     <h3 id="requirements-freebsd">FreeBSD</h3>
@@ -668,8 +666,7 @@
     <pre>export PATH = /usr/local/bin:$PATH</pre>
     <p>
     On 64-bit FreeBSD,
-    there are <a href="#open-issue-nsis">
-    open issues with the NSIS package.</a>
+    there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
     </p>
 
     <h3 id="requirements-frugalware">Frugalware</h3>
@@ -682,8 +679,7 @@
 
     <p>
     On 64-bit Frugalware,
-    there are <a href="#open-issue-nsis">
-    open issues with the NSIS package.</a>
+    there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
     </p>
 
     <h3 id="requirements-gentoo">Gentoo</h3>
@@ -718,8 +714,9 @@
     <pre>sudo port install gcc_select
 sudo gcc_select gcc42</pre>
     <p>
-    *Beta and Developer Preview versions of Xcode are not supported. 
+    Beta and Developer Preview versions of Xcode are not supported.
     </p>
+
     <h3 id="requirements-opensuse">openSUSE</h3>
 
     <!-- http://software.opensuse.org/113/en -->
@@ -858,18 +855,21 @@
     <p>
     See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
     </p>
+
     <h3>Open Issues</h3>
+
     <h4 id="open-issue-nsis">NSIS</h4>
+
     <p>
     The NSIS package contains some native tools that are 
     currently 32-bit only. In order to build these on a 
     64-bit system, multi-lib support must enabled in the 
     compiler toolchain. However, not all operating systems 
-    enable this. 
+    enable this.
     </p>
     <p>
-    Since no other packages depend it, the remainder of 
-    mingw-cross-env can be successfully built by simply 
+    Since no other packages depend it, the remainder of
+    mingw-cross-env can be successfully built by simply
     removing the package:
     </p>
     <pre>rm <em>where mingw-cross-env is unpacked</em>/src/nsis.mk</pre>