~ubuntu-branches/ubuntu/raring/boost-build/raring

« back to all changes in this revision

Viewing changes to doc/html/bbv2/jam.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-08-06 00:38:31 UTC
  • mfrom: (4.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080806003831-zr65893244swds0b
Tags: 2.0-m12-2
* debian/rules: Do not install /etc/user-config.jam.
* debian/site-config.jam: New.  Install into /etc instead of empty
  example.  Closes: #493323.

* debian/control: Update homepage.  Update description.  Closes:
  #493510.  Update Standards-Version to 3.8.0; no changes.

* debian/compat: New.  Set compat level to 7.
* debian/rules: Remove DH_COMPAT setting.
* debian/control: Change debhelper build-dep to version >= 7.

* debian/control: Remove docbook-to-man, bison from build-deps.

* debian/rules: Clean up upstream source by removing debian/conffiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
<head>
3
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4
 
<title>Appendix�B.�Boost.Jam documentation</title>
 
4
<title>Appendix�A.�Boost.Jam Documentation</title>
5
5
<link rel="stylesheet" href="../boostbook.css" type="text/css">
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
 
<link rel="start" href="../index.html" title="Part�I.�Boost.Build v2 User Manual">
8
 
<link rel="up" href="../index.html" title="Part�I.�Boost.Build v2 User Manual">
9
 
<link rel="prev" href="arch/targets.html" title="Targets">
 
7
<link rel="start" href="../index.html" title="Boost.Build V2 User Manual">
 
8
<link rel="up" href="../index.html" title="Boost.Build V2 User Manual">
 
9
<link rel="prev" href="faq/header-only-libraries.html" title="Header-only libraries">
10
10
<link rel="next" href="../jam/building.html" title=" Building BJam">
11
11
</head>
12
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
 
<table cellpadding="2" width="100%"><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td></table>
 
13
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td></tr></table>
14
14
<hr>
15
15
<div class="spirit-nav">
16
 
<a accesskey="p" href="arch/targets.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../jam/building.html"><img src="../images/next.png" alt="Next"></a>
 
16
<a accesskey="p" href="faq/header-only-libraries.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../jam/building.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
17
17
</div>
18
18
<div class="appendix" lang="en">
19
19
<div class="titlepage"><div><div><h2 class="title">
20
 
<a name="bbv2.jam"></a>Appendix�B.�Boost.Jam documentation</h2></div></div></div>
 
20
<a name="bbv2.jam"></a>Appendix�A.�Boost.Jam Documentation</h2></div></div></div>
21
21
<div class="toc">
22
22
<p><b>Table of Contents</b></p>
23
23
<dl>
26
26
<dt><span class="section"><a href="../jam/usage.html"> Using BJam</a></span></dt>
27
27
<dt><span class="section"><a href="../jam/language.html"> Language</a></span></dt>
28
28
<dt><span class="section"><a href="../jam/miscellaneous.html">Miscellaneous</a></span></dt>
 
29
<dt><span class="section"><a href="../jam/history.html">History</a></span></dt>
29
30
</dl>
30
31
</div>
31
32
<div class="section" lang="en">
32
33
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
33
 
<a name="jam.intro"></a><a href="jam.html#jam.intro" title=" Introduction"> Introduction</a></h2></div></div></div>
 
34
<a name="jam.intro"></a><a href="jam.html#jam.intro" title=" Introduction"> Introduction</a>
 
35
</h2></div></div></div>
34
36
<div class="toc"><dl><dt><span class="section"><a href="jam.html#jam.intro.features"> Features</a></span></dt></dl></div>
35
37
<p>
36
38
      Boost.Jam (BJam) is a build tool based on FTJam, which in turn is based on
40
42
      Jam</a>.
41
43
    </p>
42
44
<p>
43
 
      This is version 3.1.13 of BJam and is based on version 2.4 of Jam/MR:
 
45
      This is version 3.1.16 of BJam and is based on version 2.4 of Jam/MR:
44
46
    </p>
45
 
<pre class="programlisting">/+\
 
47
<pre class="programlisting"><span class="emphasis"><em>+\
46
48
+\  Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
47
 
+/
 
49
\+</em></span>
48
50
This is Release 2.4 of Jam/MR, a make-like program.
49
51
License is hereby granted to use this software and distribute it
50
52
freely, as long as this copyright notice is retained and modifications
53
55
</pre>
54
56
<div class="section" lang="en">
55
57
<div class="titlepage"><div><div><h3 class="title">
56
 
<a name="jam.intro.features"></a><a href="jam.html#jam.intro.features" title=" Features"> Features</a></h3></div></div></div>
 
58
<a name="jam.intro.features"></a><a href="jam.html#jam.intro.features" title=" Features"> Features</a>
 
59
</h3></div></div></div>
57
60
<p>
58
61
        Jam is a make(1) replacement that makes building simple things simple and
59
62
        building complicated things manageable.
84
87
</div>
85
88
</div>
86
89
</div>
87
 
<table width="100%"><tr>
 
90
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
88
91
<td align="left"></td>
89
92
<td align="right"><small></small></td>
90
93
</tr></table>
91
94
<hr>
92
95
<div class="spirit-nav">
93
 
<a accesskey="p" href="arch/targets.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../jam/building.html"><img src="../images/next.png" alt="Next"></a>
 
96
<a accesskey="p" href="faq/header-only-libraries.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../jam/building.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
94
97
</div>
95
98
</body>
96
99
</html>