aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 06:31:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 06:31:51 +0000
commit6e8b5721fdb2283ee03693dc32e1edcaa8ad6691 (patch)
tree3952a3e5bb28c78bbfca2be5933635b33eeb2b66 /docs
parent6232c03354ce9ef6d0f746523e140ed3756c3928 (diff)
downloadexternal_llvm-6e8b5721fdb2283ee03693dc32e1edcaa8ad6691.zip
external_llvm-6e8b5721fdb2283ee03693dc32e1edcaa8ad6691.tar.gz
external_llvm-6e8b5721fdb2283ee03693dc32e1edcaa8ad6691.tar.bz2
Links for commands are now generated into /cmds/ URL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html
index 45273a6..75451ad 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -67,27 +67,27 @@ those using Visual Studio on Windows.</li>
<li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
policy towards developers and their contributions.</li>
-<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
+<li><a href="/cmds/index.html">LLVM Command Guide</a> - A reference
manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
Current tools:
- <a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
- <a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
- <a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
- <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
- <a href="CommandGuide/html/llvm-ld.html">llvm-ld</a>,
- <a href="CommandGuide/html/llvm-link.html">llvm-link</a>,
- <a href="CommandGuide/html/llvm-nm.html">llvm-nm</a>,
- <a href="CommandGuide/html/llvm-prof.html">llvm-prof</a>,
- <a href="CommandGuide/html/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="CommandGuide/html/opt.html">opt</a>,
- <a href="CommandGuide/html/llc.html">llc</a>,
- <a href="CommandGuide/html/lli.html">lli</a>,
- <a href="CommandGuide/html/llvmc.html">llvmc</a>
- <a href="CommandGuide/html/llvmgcc.html">llvm-gcc</a>,
- <a href="CommandGuide/html/llvmgxx.html">llvm-g++</a>,
- <a href="CommandGuide/html/stkrc.html">stkrc</a>,
- <a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
- <a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <a href="/cmds/html/llvm-ar.html">llvm-ar</a>,
+ <a href="/cmds/html/llvm-as.html">llvm-as</a>,
+ <a href="/cmds/html/llvm-dis.html">llvm-dis</a>,
+ <a href="/cmds/html/llvm-extract.html">llvm-extract</a>,
+ <a href="/cmds/html/llvm-ld.html">llvm-ld</a>,
+ <a href="/cmds/html/llvm-link.html">llvm-link</a>,
+ <a href="/cmds/html/llvm-nm.html">llvm-nm</a>,
+ <a href="/cmds/html/llvm-prof.html">llvm-prof</a>,
+ <a href="/cmds/html/llvm-ranlib.html">llvm-ranlib</a>,
+ <a href="/cmds/html/opt.html">opt</a>,
+ <a href="/cmds/html/llc.html">llc</a>,
+ <a href="/cmds/html/lli.html">lli</a>,
+ <a href="/cmds/html/llvmc.html">llvmc</a>
+ <a href="/cmds/html/llvmgcc.html">llvm-gcc</a>,
+ <a href="/cmds/html/llvmgxx.html">llvm-g++</a>,
+ <a href="/cmds/html/stkrc.html">stkrc</a>,
+ <a href="/cmds/html/bugpoint.html">bugpoint</a>,
+ <a href="/cmds/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
</li>
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common