blob: a6362cff5e3ac4876f2b2c5811491aeb6fa29e73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="version" content="$version$"/>
<title>The build2 Toolchain Introduction</title>
<style type="text/css">
$./common.css$
$./pre-box.css$
$./code-box.css$
$./intro.css$
</style>
</head>
<body>
<div id="content">
<div class="noprint"> <!-- Exclude from html2ps. -->
<div id="titlepage">
<div class="title">The <code>build2</code> Toolchain Introduction</div>
<p>Copyright © 2014-2016 <a href="http://codesynthesis.com">Code
Synthesis Ltd</a><br/>
Permission is granted to copy, distribute and/or modify this document
under the terms of the MIT License.</p>
<p id="revision">Revision <code>$version$</code>, $date$<br/>
This revision of the document describes the <code>build2</code>
toolchain <code>$version$.x</code> series and is available in the following
formats: <a href="$name$.xhtml">XHTML</a>, <a href="$name$.pdf">PDF</a>,
and <a href="$name$.ps">PostScript</a>.</p>
</div>
</div> <!-- noprint -->
|