aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-11 22:02:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-11 22:02:18 +0000
commit852239c20a40995413a49997b69e5505b7f3a002 (patch)
treea17f72afbe2e6ec551faa6d24fe830896ff440c7 /docs
parent2425e4c4c967285affcfeca6437ccc3cc9836a16 (diff)
downloadexternal_llvm-852239c20a40995413a49997b69e5505b7f3a002.zip
external_llvm-852239c20a40995413a49997b69e5505b7f3a002.tar.gz
external_llvm-852239c20a40995413a49997b69e5505b7f3a002.tar.bz2
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')
-rw-r--r--docs/HowToReleaseLLVM.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html
index 0648bc8..27b8dad 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>