summaryrefslogtreecommitdiff
path: root/docs/HowToReleaseLLVM.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
commit669ed45029765df223ba7e9cdc242f62c17497e4 (patch)
treee7fbee74346251b81e83a79239fd68d5efd54e1f /docs/HowToReleaseLLVM.html
parentb9eeb1acbcabd8e6cbbdaa24f8a8fd4fdc24e97a (diff)
downloadllvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.gz
llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.bz2
llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.xz
Subversionify the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToReleaseLLVM.html')
-rw-r--r--docs/HowToReleaseLLVM.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html
index bee43493c4..b8461f79a8 100644
--- a/docs/HowToReleaseLLVM.html
+++ b/docs/HowToReleaseLLVM.html
@@ -139,8 +139,7 @@ fix <em>for the release</em>.
The Release Manager tags his/her llvm, llvm-test, and llvm-gcc working
directories with
"ROOT_RELEASE_XX" where XX is the major and minor
- release numbers (you can't have . in a cvs tag name). So, for Release 1.2,
- XX=12 and for Release 1.10, XX=110.
+ release numbers. So, for Release 1.2, XX=12 and for Release 1.10, XX=110.
<p>
<tt>cvs tag ROOT_RELEASE_XX</tt><br>
@@ -180,8 +179,8 @@ fix <em>for the release</em>.
<div class="doc_text">
<p>
After creating the llvm release branch, update the release branch's autoconf/configure.ac
- version from X.Xcvs to just X.X. Update it on mainline as well to be the next version
- (X.X+1cvs).
+ version from X.Xsvn to just X.X. Update it on mainline as well to be the next version
+ (X.X+1svn).
</p>
</div>
@@ -316,8 +315,9 @@ fix <em>for the release</em>.
<div class="doc_subsection"><a name="webupdates">Update the LLVM Website</a></div>
<div class="doc_text">
<p>
- Check out the llvm-www module from cvs. Create a new subdirectory X.X in the
- releases directory. Place the llvm, llvm-test, llvm-gcc source, and llvm-gcc
+ Check out the <tt>website</tt> module from Subversion. Create a new
+ subdirectory X.X in the releases directory. Place the llvm, llvm-test,
+ llvm-gcc source, and llvm-gcc
binaries in this new directory. Copy the llvm/docs and LICENSE.txt files
into this new directory. Update the releases/download.html file with the new release.
Update the releases/index.html with the new release. Finally, update the main page (