From 3ce110393b3c30d9e7ebd449f2b347fcbe382e3b Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Wed, 2 Feb 2005 18:01:57 +0000
Subject: [PATCH] * 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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20005 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index c502e75df48..8bf80d340ff 100644
--- a/docs/GettingStarted.html
+++ b/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.
- The files are as follows:
+
The files are as follows, with x.y marking the version number:
- - llvm-1.4.tar.gz
- - This is the source code for the LLVM libraries and tools.
+ - llvm-x.y.tar.gz
+ - Source release for the LLVM libraries and tools.
- - llvm-test-1.4.tar.gz
- - This is the source code for the LLVM test suite.
+ - llvm-test-x.y.tar.gz
+ - Source release for the LLVM test suite.
- - cfrontend-1.4.source.tar.gz
- - This is the source release of the GCC front end.
+ - cfrontend-x.y.source.tar.gz
+ - Source release of the GCC front end.
- - cfrontend-1.4.sparc-sun-solaris2.8.tar.gz
- - This is the binary release of the GCC front end for Solaris/Sparc.
+
- cfrontend-x.y.sparc-sun-solaris2.8.tar.gz
+ - Binary release of the GCC front end for Solaris/Sparc.
- - cfrontend-1.4.i686-redhat-linux-gnu.tar.gz
- - This is the binary release of the GCC front end for Linux/x86.
+ - cfrontend-x.y.i686-redhat-linux-gnu.tar.gz
+ - Binary release of the GCC front end for Linux/x86.
- - cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz
- - This is the binary release of the GCC front end for FreeBSD/x86.
+ - cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz
+ - Binary release of the GCC front end for FreeBSD/x86.
- - cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz
- - This is the binary release of the GCC front end for MacOS X/PPC.
+ - cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz
+ - Binary release of the GCC front end for MacOS X/PPC.
@@ -639,7 +639,7 @@ test directories, and local copies of documentation files.
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:
+labels: