diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-28 21:09:29 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-28 21:09:29 +0000 |
commit | b7c3b6dc4d2cac32bf6ac84cea66934907a1da40 (patch) | |
tree | 2a32c27d2af8d6a9aed91107644a1a92aefa95c9 /llvm/docs/CFEBuildInstrs.html | |
parent | 8b8a777e41b9b84fde221a86906a3067f1b4190a (diff) | |
download | bcm5719-llvm-b7c3b6dc4d2cac32bf6ac84cea66934907a1da40.tar.gz bcm5719-llvm-b7c3b6dc4d2cac32bf6ac84cea66934907a1da40.zip |
* Put LLVM in title of page so readers know which CFE we're talking about
* Use <ol> instead of <ul> if we're gonna number the list items
* Close <li> tags
* Stylize the document footer to be consistent
llvm-svn: 9558
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 5e753ab9925..588aef84494 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -3,24 +3,25 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="llvm.css" type="text/css" media="screen" /> - <title>Bootstrapping the C/C++ Front-End</title> + <title>Bootstrapping the LLVM C/C++ Front-End</title> </head> <body> <div class="doc_title"> - Bootstrapping the C/C++ Front-End + Bootstrapping the LLVM C/C++ Front-End </div> <p>This document is intended to explain the process of building the LLVM C/C++ front-end, based on GCC 3.4, from source.</p> <p><b>NOTE:</b> This is currently a somewhat fragile, error-prone -process, and you should only try to do it if -<ul> - <li>(A) you really, really, really can't use the binaries we distribute - <li>(B) you need GCC to fix some of the header files on your system - <li>(C) you are an elite GCC hacker.</p> -</ul> +process, and you should <b>only</b> try to do it if:</p> + +<ol> + <li>you really, really, really can't use the binaries we distribute</li> + <li>you need GCC to fix some of the header files on your system</li> + <li>you are an elite GCC hacker.</li> +</ol> <p>We welcome patches to help make this process simpler.</p> @@ -155,12 +156,13 @@ following means:</p> <!-- *********************************************************************** --> -<hr><font size="-1"> -<address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address> -<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> -<br> -Last modified: $Date$ -</font> +<hr> +<div class="doc_footer"> + <address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address> + <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> + <br> + Last modified: $Date$ +</div> </body> </html> |