aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 08:19:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 08:19:36 +0000
commitd3f876c93c9ce33899a9feca3c0e8de1a895008f (patch)
treecb49f62a70ad881be810557c06988ccd3a02cee8 /docs/GettingStarted.html
parent092217286f76b5c4c8c6758f475a66d84df17e11 (diff)
Minor format tweask for tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index ff7feb7693..f930d42add 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -581,12 +581,8 @@ LLVM.</p>
<p>The following environment variables are used by the <tt>configure</tt>
script to configure the build system:</p>
-<table border=1>
- <tr>
- <th>Variable</th>
- <th>Purpose</th>
- </tr>
-
+<table>
+ <tr><th>Variable</th><th>Purpose</th></tr>
<tr>
<td>CC</td>
<td>Tells <tt>configure</tt> which C compiler to use. By default,
@@ -594,7 +590,6 @@ script to configure the build system:</p>
<tt>PATH</tt>. Use this variable to override
<tt>configure</tt>'s default behavior.</td>
</tr>
-
<tr>
<td>CXX</td>
<td>Tells <tt>configure</tt> which C++ compiler to use. By default,