[llvm-commits] [hlvm] r38254 - in /hlvm/trunk/docs: OpenProjects.html index.html

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:41 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:41 2007
New Revision: 38254

URL: http://llvm.org/viewvc/llvm-project?rev=38254&view=rev
Log:
Make sure everybody's got a header.

Modified:
    hlvm/trunk/docs/OpenProjects.html
    hlvm/trunk/docs/index.html

Modified: hlvm/trunk/docs/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/OpenProjects.html?rev=38254&r1=38253&r2=38254&view=diff

==============================================================================
--- hlvm/trunk/docs/OpenProjects.html (original)
+++ hlvm/trunk/docs/OpenProjects.html Sat Jul  7 19:01:41 2007
@@ -1,5 +1,6 @@
-<!--#set var="title" value="HLVM Open Projects" -->
-<h1 class="title">Open HLVM Projects</h1>
+<!--#set var="title" value="HLVM Developers" -->
+<!--#include virtual="/incl/header.incl" -->
+<h1>Open HLVM Projects</h1>
 <ul>
   <li><a href="#what">What is this?</a></li>
   <li><a href="#what">Coding Projects</a></li>

Modified: hlvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/index.html?rev=38254&r1=38253&r2=38254&view=diff

==============================================================================
--- hlvm/trunk/docs/index.html (original)
+++ hlvm/trunk/docs/index.html Sat Jul  7 19:01:41 2007
@@ -1,4 +1,5 @@
 <!--#set var="title" value="HLVM Documentation Index" -->
+<!--#include virtual="/incl/header.incl" -->
 <h1 class="title">HLVM Documentation Index</h1>
 <p>Below is the master index for all HLVM Documentation.</p>
 <table>





More information about the llvm-commits mailing list