[llvm-commits] [llvm] r62102 - /llvm/trunk/docs/Projects.html

Dan Gohman gohman at apple.com
Mon Jan 12 13:29:41 PST 2009


Author: djg
Date: Mon Jan 12 15:29:24 2009
New Revision: 62102

URL: http://llvm.org/viewvc/llvm-project?rev=62102&view=rev
Log:
Fix the instructions to work even when PATH does not contain ".".
Thanks to Martin Geisse for pointing this out!

Modified:
    llvm/trunk/docs/Projects.html

Modified: llvm/trunk/docs/Projects.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.html?rev=62102&r1=62101&r2=62102&view=diff

==============================================================================
--- llvm/trunk/docs/Projects.html (original)
+++ llvm/trunk/docs/Projects.html Mon Jan 12 15:29:24 2009
@@ -118,7 +118,7 @@
 
 <div class="doc_code">
 <p><tt>% cd autoconf<br>
-       % AutoRegen.sh</tt></p>
+       % ./AutoRegen.sh</tt></p>
 </div>
 
 <p>You must be using Autoconf version 2.59 or later and your aclocal version 





More information about the llvm-commits mailing list