root/current/host/trunk/empath/trunk/empath.1.xml

Revision 674, 3.9 kB (checked in by codehelp, 22 months ago)

improve text output and manpage

Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
3<!-- lifted from troff+man by doclifter -->
4<!-- generate manpage using
5xsltproc -''-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl  empath.1.xml
6-->
7<book label="empath" status="0.0.2">
8  <bookinfo>
9    <title>em_make</title>
10    <date>Fri Mar 23 08:55:56 2007</date>
11    <releaseinfo>Release: 0.0.2</releaseinfo>
12  </bookinfo>
13  <chapter label="1" id="manpages">
14    <title>EMDEBIAN</title>
15    <refentry id="empath">
16      <refentryinfo>
17        <productname>empath</productname>
18        <productnumber/>
19      </refentryinfo>
20      <refmeta>
21        <refentrytitle>empath</refentrytitle>
22        <manvolnum>1</manvolnum>
23        <refmiscinfo class="source">EMDEBIAN-TOOLS</refmiscinfo>
24        <refmiscinfo class="manual">EMDEBIAN-TOOLS</refmiscinfo>
25      </refmeta>
26      <refnamediv id="name">
27        <refname>empath</refname>
28        <refpurpose>Generate a path to cross-build a target package.</refpurpose>
29      </refnamediv>
30      <refsynopsisdiv>
31        <cmdsynopsis>
32          <command>empath</command>
33          <arg>
34            <group>
35              <arg>-d</arg>
36              <arg>--debug</arg>
37            </group>
38          </arg>
39          <arg>-p</arg>
40          <arg>--package</arg>
41          <replaceable> PACKAGE</replaceable>
42        </cmdsynopsis>
43        <cmdsynopsis>
44          <command>empath</command>
45          <group>
46            <arg>-l</arg>
47            <arg>--list</arg>
48          </group>
49        </cmdsynopsis>
50        <cmdsynopsis>
51          <command>empath</command>
52          <group>
53            <arg>-?</arg>
54            <arg>-h</arg>
55            <arg>--help</arg>
56          </group>
57        </cmdsynopsis>
58      </refsynopsisdiv>
59      <refsect1 id="description">
60        <title>DESCRIPTION</title>
61        <para><filename>empath</filename>
62                Starting with a known package set and a need to cross-build
63                a new package set from upstream Debian packages, empath plots
64                a cross-building path through the dependencies to identify
65                the required sequence to build the new packages, starting with
66                packages that only depend on the currently available set.
67                </para>
68      </refsect1>
69      <refsect1 id="options">
70        <title>OPTIONS</title>
71        <variablelist>
72          <varlistentry>
73            <term>
74                        <option>-d</option> | <option>--debug</option>
75                        </term>
76            <listitem>
77              <para>Enable debug messages to help track down circular
78                                dependencies or follow the progress of long paths.
79                          </para>
80            </listitem>
81          </varlistentry>
82          <varlistentry>
83            <term><option>-p</option> | <option>--package</option>
84                        <replaceable>PACKAGE</replaceable>
85                        </term>
86            <listitem>
87              <para>Specify the target package name to try to build from
88                        the current base set. <emphasis>empath</emphasis> uses the
89                        Build-Depends to determine which dependencies of the target can be
90                        cross-built from the current base set of packages which could be
91                        just the cross-building toolchain packages.</para>
92            </listitem>
93          </varlistentry>
94          <varlistentry>
95            <term><option>-l</option> | <option>--list</option></term>
96            <listitem>
97              <para>List the current set of packages that will be
98                        ignored when looking up the build dependencies of the target
99                        packages. These are packages that need to be installed on the
100                        cross-building host but do not need to be installed on the
101                        embedded target device.
102                        </para>
103            </listitem>
104          </varlistentry>
105        </variablelist>
106      </refsect1>
107      <refsect1 id="seealso">
108        <title>SEE ALSO</title>
109        <para>See also <emphasis>emdebian-tools</emphasis> (1).
110                </para>
111      </refsect1>
112    </refentry>
113  </chapter>
114</book>
Note: See TracBrowser for help on using the browser.