~ubuntu-branches/ubuntu/trusty/icecc/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/man/icecc.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-10-14 19:44:40 UTC
  • mfrom: (3.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20061014194440-btpn03ff14c0lxip
Tags: 0.7.14-4
Add czech and french debconf templates translations
(Closes: #389802, #391477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3
 
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
 
]>
5
 
<refentry>
6
 
  <refentryinfo>
7
 
    <author>
8
 
      <firstname>Jonathan</firstname>
9
 
      <surname>Riddell</surname>
10
 
      <email>jriddell@ubuntu.com</email>
11
 
    </author>
12
 
    <copyright>
13
 
      <year>2006</year>
14
 
      <holder>Jonathan Riddell</holder>
15
 
    </copyright>
16
 
    <!-- XXX IMPORTANT XXX -->
17
 
    <!-- Keep this date up to date: -->
18
 
    <date>2006-05-01</date>
19
 
    <!--  ^^^^^^^^^^ -->
20
 
  </refentryinfo>
21
 
  <refmeta>
22
 
    <refentrytitle>icecc</refentrytitle>
23
 
    <manvolnum>1</manvolnum>
24
 
  </refmeta>
25
 
  <refnamediv>
26
 
    <refname>icecc</refname>
27
 
    <refpurpose>icecream distributed compiler</refpurpose>
28
 
  </refnamediv>
29
 
  <refsynopsisdiv>
30
 
    <cmdsynopsis>
31
 
      <command>icemon</command>
32
 
      <arg choice="opt">
33
 
        <option><replaceable>[compile options] -o OBJECT -c SOURCE</replaceable></option>
34
 
      </arg>
35
 
    </cmdsynopsis>
36
 
  </refsynopsisdiv>
37
 
  <refsect1>
38
 
    <title>DESCRIPTION</title>
39
 
    <para>
40
 
      icecc is used to compile your C/C++ programmes with icecream over an icecream cluster.
41
 
    </para>
42
 
    <para>
43
 
      You should not generally call icecc directly but make sure the gcc/g++ symlinks to it are in your path when compiling.
44
 
      export PATH=/usr/lib/icecc/bin/:$PATH
45
 
    </para>
46
 
  </refsect1>
47
 
  <refsect1>
48
 
    <title>ENVIRONMENT VARIABLES</title>
49
 
    <para>
50
 
      <variablelist>
51
 
        <title>Environement Variables:</title>
52
 
        <varlistentry>
53
 
          <term> <option>ICECC_VERSION</option> </term>
54
 
          <listitem> <para>Use a specific icecc environment, see create-env</para> </listitem>
55
 
        </varlistentry>
56
 
        <varlistentry>
57
 
          <term> <option>ICECC_REPEAT_RATE</option> </term>
58
 
          <listitem> <para>The number of jobs out of 1000 that should be
59
 
                              compiled on multiple hosts to ensure that they're
60
 
                              producing the same output.  The default is 10.</para> </listitem>
61
 
        </varlistentry>
62
 
      </variablelist>
63
 
    </para>
64
 
  </refsect1>
65
 
  <refsect1>
66
 
    <title>COPYRIGHT</title>
67
 
    <para>
68
 
      This manual page was written by Jonathan Riddell
69
 
      <email>jriddell@ubuntu.com</email> for the
70
 
      <productname>Kubuntu</productname> system (but may be used by others).
71
 
      Permission is granted to copy, distribute and/or modify this document
72
 
      under the terms of the <acronym>GNU</acronym> General Public License,
73
 
      Version 2 or any later version published by the Free Software Foundation.
74
 
    </para>
75
 
    <para>
76
 
      On Debian systems, the complete text of the GNU General Public
77
 
      License can be found in
78
 
      <filename>/usr/share/common-licenses/GPL</filename>.
79
 
    </para>
80
 
  </refsect1>
81
 
</refentry>