[llvm-commits] [hlvm] r38250 - /hlvm/trunk/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:01:38 PDT 2007
Author: reid
Date: Sat Jul 7 19:01:38 2007
New Revision: 38250
URL: http://llvm.org/viewvc/llvm-project?rev=38250&view=rev
Log:
Try out SSI so we can get rid of frames.
Modified:
hlvm/trunk/docs/GettingStarted.html
Modified: hlvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/GettingStarted.html?rev=38250&r1=38249&r2=38250&view=diff
==============================================================================
--- hlvm/trunk/docs/GettingStarted.html (original)
+++ hlvm/trunk/docs/GettingStarted.html Sat Jul 7 19:01:38 2007
@@ -1,12 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Getting Started with HLVM</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
-<div class="title">Getting Started with the HLVM System</div>
+<!--#set var="title" value="Getting Started with the HLVM System" -->
+<!--#include virtual="/incl/header.incl" -->
+<h1>Getting Started with the HLVM System</h1>
<ol>
<li><a href="#quickstart">Quick Start (For The Impatient)</a>
<li><a href="#overview">Overview</a>
@@ -631,7 +625,5 @@
Release version, say, you could issue this command:<pre>
make install MYMODE=Release</pre></li>
</ul>
-
</div>
-</body>
-</html>
+<!--#include virtual="/incl/footer.incl" -->
More information about the llvm-commits
mailing list