[llvm-commits] [hlvm] r37981 - in /hlvm/trunk/docs: Makefile index.shtml

Reid Spencer reid at x10sys.com
Sat Jul 7 16:58:37 PDT 2007


Author: reid
Date: Sat Jul  7 18:58:36 2007
New Revision: 37981

URL: http://llvm.org/viewvc/llvm-project?rev=37981&view=rev
Log:
Remove the header/footer as the doc is now in a frame.

Modified:
    hlvm/trunk/docs/Makefile
    hlvm/trunk/docs/index.shtml

Modified: hlvm/trunk/docs/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/Makefile?rev=37981&r1=37980&r2=37981&view=diff

==============================================================================
--- hlvm/trunk/docs/Makefile (original)
+++ hlvm/trunk/docs/Makefile Sat Jul  7 18:58:36 2007
@@ -53,5 +53,5 @@
 	$(Verb) cp $(DOCS_TGZ_FILE) /var/www/sites/hlvm
 	$(Verb) cd /var/www/sites/hlvm ; \
 	        tar zxf $(DOCS_TGZ_FILE) ; \
-		mv $(DOCS_TGZ_FILE) apis
+		mv $(DOCS_TGZ_FILE) apis/doxygen.tar.gz
 	$(Verb) cd /var/www/sites/hlvm/apis/html ; svn add *

Modified: hlvm/trunk/docs/index.shtml
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/index.shtml?rev=37981&r1=37980&r2=37981&view=diff

==============================================================================
--- hlvm/trunk/docs/index.shtml (original)
+++ hlvm/trunk/docs/index.shtml Sat Jul  7 18:58:36 2007
@@ -1,8 +1,6 @@
-<!--#include virtual="/incl/header.incl" -->
 <h1>HLVM Documentation Index</h1>
 <p>This page contains links to the various HLVM documents.</p>
 <ol>
   <li>Currently there are none. </li>
   <li>This is a place holder </li>
 </ol>
-<!--#include virtual="/incl/footer.incl" -->





More information about the llvm-commits mailing list