[llvm-commits] CVS: llvm/docs/index.html

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 24 10:47:07 PDT 2005



Changes in directory llvm/docs:

index.html updated: 1.46 -> 1.47
---
Log message:

extract has been renamed to llvm-extract to avoid conflicting with another tool


---
Diffs of the changes:  (+2 -2)

 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.46 llvm/docs/index.html:1.47
--- llvm/docs/index.html:1.46	Sat Apr 23 12:27:36 2005
+++ llvm/docs/index.html	Sun Apr 24 12:46:56 2005
@@ -83,7 +83,7 @@
  <a href="CommandGuide/html/gccld.html">gccld</a>,
  <a href="CommandGuide/html/stkrc.html">stkrc</a>,
  <a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
- <a href="CommandGuide/html/extract.html">extract</a>,
+ <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
  <a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
  <a href="CommandGuide/html/llvmc.html">llvmc</a>
 </li>
@@ -242,6 +242,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/04/23 17:27:36 $
+  Last modified: $Date: 2005/04/24 17:46:56 $
 </address>
 






More information about the llvm-commits mailing list