~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to system/doc/efficiency_guide/appendix.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2002</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Appendix - Programs</title>
 
27
    <prepared>Ingela Anderton</prepared>
 
28
    <docno></docno>
 
29
    <date>2002-09-23</date>
 
30
    <rev></rev>
 
31
    <file>appendix.sgml</file>
 
32
  </header>
 
33
  <p>This appendix contains the programs referred to in the previous 
 
34
    chapters within the Efficiency Guide.</p>
 
35
 
 
36
  <section>
 
37
    <marker id="bench"></marker>
 
38
    <title>bench.erl</title>
 
39
    <codeinclude file="bench.erl" tag="" type="none"></codeinclude>
 
40
  </section>
 
41
 
 
42
  <section>
 
43
    <marker id="bench_hrl"></marker>
 
44
    <title>bench.hrl</title>
 
45
    <codeinclude file="bench.hrl" tag="" type="none"></codeinclude>
 
46
  </section>
 
47
 
 
48
  <section>
 
49
    <marker id="all"></marker>
 
50
    <title>all.erl</title>
 
51
    <codeinclude file="all.erl" tag="" type="none"></codeinclude>
 
52
  </section>
 
53
 
 
54
  <section>
 
55
    <marker id="readme"></marker>
 
56
    <title>README</title>
 
57
    <codeinclude file="README" tag="" type="none"></codeinclude>
 
58
  </section>
 
59
 
 
60
  <section>
 
61
    <marker id="call_bm"></marker>
 
62
    <title>call_bm.erl</title>
 
63
    <codeinclude file="call_bm.erl" tag="" type="none"></codeinclude>
 
64
  </section>
 
65
 
 
66
  <section>
 
67
    <marker id="call_result"></marker>
 
68
    <title>index.html</title>
 
69
    <codeinclude file="call_result.html" tag="" type="none"></codeinclude>
 
70
  </section>
 
71
</chapter>
 
72