diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-11 22:02:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-11 22:02:18 +0000 |
commit | 852239c20a40995413a49997b69e5505b7f3a002 (patch) | |
tree | a17f72afbe2e6ec551faa6d24fe830896ff440c7 /docs/HowToReleaseLLVM.html | |
parent | 2425e4c4c967285affcfeca6437ccc3cc9836a16 (diff) |
Don't overload anchor names, silly browser's can't handle it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToReleaseLLVM.html')
-rw-r--r-- | docs/HowToReleaseLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index 0648bc8842..27b8dad609 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -12,7 +12,7 @@ <ol> <li><a href="#introduction">Introduction</a></li> <li><a href="#process">Release Process</a></li> - <li><a href="#dist">Distribution Make Targets</a></li> + <li><a href="#dist_targets">Distribution Targets</a></li> </ol> <div class="doc_author"> <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a>, @@ -292,7 +292,7 @@ fix <em>for the release</em>. --> <!-- *********************************************************************** --> -<div class="doc_section"><a name="dist">Distribution Make Targets</a></div> +<div class="doc_section"><a name="dist_targets">Distribution Targets</a></div> <!-- *********************************************************************** --> <!-- ======================================================================= --> <div class="doc_subsection">Overview</div> |