diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-02 18:01:57 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-02 18:01:57 +0000 |
| commit | d4528ea0313781f5fc7f0400308325a41a917df1 (patch) | |
| tree | 2ed47735be86e4403827538f93de93b504ee3dd8 /llvm/docs/GettingStarted.html | |
| parent | 75c6225f32295ebd9ea7145724bf06c130252bef (diff) | |
| download | bcm5719-llvm-d4528ea0313781f5fc7f0400308325a41a917df1.tar.gz bcm5719-llvm-d4528ea0313781f5fc7f0400308325a41a917df1.zip | |
* Instead of fixing the version numbers before every release, mark them as x.y
* Eliminate the redundant "This is the..." in released file listing
* Fix grammar
llvm-svn: 20005
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index c502e75df48..8bf80d340ff 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -587,29 +587,29 @@ additional test suite that is optional. Each file is a TAR archive that is compressed with the gzip program. </p> -<p> The files are as follows: +<p>The files are as follows, with <em>x.y</em> marking the version number: <dl> - <dt><tt>llvm-1.4.tar.gz</tt></dt> - <dd>This is the source code for the LLVM libraries and tools.<br/></dd> + <dt><tt>llvm-x.y.tar.gz</tt></dt> + <dd>Source release for the LLVM libraries and tools.<br/></dd> - <dt><tt>llvm-test-1.4.tar.gz</tt></dt> - <dd>This is the source code for the LLVM test suite.</tt></dd> + <dt><tt>llvm-test-x.y.tar.gz</tt></dt> + <dd>Source release for the LLVM test suite.</tt></dd> - <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt> - <dd>This is the source release of the GCC front end.<br/></dd> + <dt><tt>cfrontend-x.y.source.tar.gz</tt></dt> + <dd>Source release of the GCC front end.<br/></dd> - <dt><tt>cfrontend-1.4.sparc-sun-solaris2.8.tar.gz</tt></dt> - <dd>This is the binary release of the GCC front end for Solaris/Sparc. + <dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt> + <dd>Binary release of the GCC front end for Solaris/Sparc. <br/></dd> - <dt><tt>cfrontend-1.4.i686-redhat-linux-gnu.tar.gz</tt></dt> - <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd> + <dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt> + <dd>Binary release of the GCC front end for Linux/x86.<br/></dd> - <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt> - <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd> + <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt> + <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd> - <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt> - <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd> + <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz</tt></dt> + <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd> </dl> </div> @@ -639,7 +639,7 @@ test directories, and local copies of documentation files.</p> <p>If you want to get a specific release (as opposed to the most recent revision), you can specify a label. The following releases have the following -label:</p> +labels:</p> <ul> <li>Release 1.4: <b>RELEASE_14</b></li> |

