File: 0009-Fix-doclinks.patch

package info (click to toggle)
llvm-2.7 2.7-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 59,992 kB
  • ctags: 49,499
  • sloc: cpp: 373,792; ansic: 16,885; sh: 12,614; asm: 6,809; ada: 3,083; ml: 2,942; python: 2,671; perl: 2,404; makefile: 1,691; pascal: 1,235; exp: 399; objc: 291; lisp: 184; csh: 117; xml: 38; f90: 36
file content (57 lines) | stat: -rw-r--r-- 2,691 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
 index.html |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

--- a/docs/index.html
+++ b/docs/index.html
@@ -70,31 +70,31 @@
 Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for
 those using Visual Studio on Windows.</li>
 
-<li><a href="tutorial/">LLVM Tutorial</a> - A walk through the process of using
+<li><a href="tutorial/index.html">LLVM Tutorial</a> - A walk through the process of using
 LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li>
 <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
 policy towards developers and their contributions.</li>
 
-<li><a href="/docs/CommandGuide/index.html">LLVM Command Guide</a> - A reference
+<li><a href="CommandGuide/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="/cmds/llvm-ar.html">llvm-ar</a>,
- <a href="/cmds/llvm-as.html">llvm-as</a>,
- <a href="/cmds/llvm-dis.html">llvm-dis</a>,
- <a href="/cmds/llvm-extract.html">llvm-extract</a>,
- <a href="/cmds/llvm-ld.html">llvm-ld</a>,
- <a href="/cmds/llvm-link.html">llvm-link</a>,
- <a href="/cmds/llvm-nm.html">llvm-nm</a>,
- <a href="/cmds/llvm-prof.html">llvm-prof</a>,
- <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="/cmds/opt.html">opt</a>,
- <a href="/cmds/llc.html">llc</a>,
- <a href="/cmds/lli.html">lli</a>,
- <a href="/cmds/llvmc.html">llvmc</a>
- <a href="/cmds/llvmgcc.html">llvm-gcc</a>,
- <a href="/cmds/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/bugpoint.html">bugpoint</a>,
- <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <a href="CommandGuide/llvm-ar.html">llvm-ar</a>,
+ <a href="CommandGuide/llvm-as.html">llvm-as</a>,
+ <a href="CommandGuide/llvm-dis.html">llvm-dis</a>,
+ <a href="CommandGuide/llvm-extract.html">llvm-extract</a>,
+ <a href="CommandGuide/llvm-ld.html">llvm-ld</a>,
+ <a href="CommandGuide/llvm-link.html">llvm-link</a>,
+ <a href="CommandGuide/llvm-nm.html">llvm-nm</a>,
+ <a href="CommandGuide/llvm-prof.html">llvm-prof</a>,
+ <a href="CommandGuide/llvm-ranlib.html">llvm-ranlib</a>,
+ <a href="CommandGuide/opt.html">opt</a>,
+ <a href="CommandGuide/llc.html">llc</a>,
+ <a href="CommandGuide/lli.html">lli</a>,
+ <a href="CommandGuide/llvmc.html">llvmc</a>
+ <a href="CommandGuide/llvmgcc.html">llvm-gcc</a>,
+ <a href="CommandGuide/llvmgxx.html">llvm-g++</a>,
+ <a href="CommandGuide/bugpoint.html">bugpoint</a>,
+ <a href="CommandGuide/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
 
 <li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of