[43c3da5] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[5be6331] | 8 | <sect1 id="ch-testsuite-tools-tree" role="wrap">
|
---|
[43c3da5] | 9 | <?dbhtml filename="tree.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Tree-&tree-version;</title>
|
---|
| 12 |
|
---|
[5be6331] | 13 | <indexterm zone="ch-testsuite-tools-tree">
|
---|
[43c3da5] | 14 | <primary sortas="a-Tree">Tree</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Tree package contains a program for compiling packages.</para>
|
---|
| 21 |
|
---|
| 22 | <segmentedlist>
|
---|
| 23 | <segtitle>&dependencies;</segtitle>
|
---|
| 24 |
|
---|
| 25 | <seglistitem>
|
---|
[155e089] | 26 | <seg>Coreutils, GCC, and Make</seg>
|
---|
[43c3da5] | 27 | </seglistitem>
|
---|
| 28 | </segmentedlist>
|
---|
| 29 |
|
---|
| 30 | </sect2>
|
---|
| 31 |
|
---|
| 32 | <sect2 role="installation">
|
---|
| 33 | <title>Installation of Tree</title>
|
---|
| 34 |
|
---|
[9cdfa49] | 35 | <para os="a">Compile the package:</para>
|
---|
[43c3da5] | 36 |
|
---|
[9cdfa49] | 37 | <screen os="b"><userinput>make</userinput></screen>
|
---|
[43c3da5] | 38 |
|
---|
[f1a8441] | 39 | <para os="c">Install the package:</para>
|
---|
[43c3da5] | 40 |
|
---|
[db38a36] | 41 | <screen os="d"><userinput>make prefix=/tools install</userinput></screen>
|
---|
| 42 |
|
---|
| 43 | <variablelist os="e">
|
---|
| 44 | <title>The meaning of the make parameters:</title>
|
---|
| 45 |
|
---|
| 46 | <varlistentry os="e1">
|
---|
| 47 | <term><parameter>prefix=/tools</parameter></term>
|
---|
| 48 | <listitem>
|
---|
| 49 | <para>This overrides the default prefix of /usr/local in the Makefile.</para>
|
---|
| 50 | </listitem>
|
---|
| 51 | </varlistentry>
|
---|
| 52 |
|
---|
| 53 | </variablelist>
|
---|
[43c3da5] | 54 |
|
---|
| 55 | </sect2>
|
---|
| 56 |
|
---|
| 57 | <sect2 id="contents-tree" role="content">
|
---|
| 58 | <title>Contents of Tree</title>
|
---|
| 59 |
|
---|
| 60 | <segmentedlist>
|
---|
| 61 | <segtitle>Installed program</segtitle>
|
---|
| 62 |
|
---|
| 63 | <seglistitem>
|
---|
| 64 | <seg>tree</seg>
|
---|
| 65 | </seglistitem>
|
---|
| 66 | </segmentedlist>
|
---|
| 67 |
|
---|
| 68 | <variablelist>
|
---|
| 69 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 70 | <?dbfo list-presentation="list"?>
|
---|
| 71 | <?dbhtml list-presentation="table"?>
|
---|
| 72 |
|
---|
| 73 | <varlistentry id="tree">
|
---|
| 74 | <term><command>tree</command></term>
|
---|
| 75 | <listitem>
|
---|
| 76 | <para>Tree will list contents of directories in a tree-like format.</para>
|
---|
[5be6331] | 77 | <indexterm zone="ch-testsuite-tools-tree tree">
|
---|
[43c3da5] | 78 | <primary sortas="b-tree">tree</primary>
|
---|
| 79 | </indexterm>
|
---|
| 80 | </listitem>
|
---|
| 81 | </varlistentry>
|
---|
| 82 |
|
---|
| 83 | </variablelist>
|
---|
| 84 |
|
---|
| 85 | </sect2>
|
---|
| 86 |
|
---|
| 87 | </sect1>
|
---|