[c22a40a] | 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 |
|
---|
[134ba96] | 8 | <sect1 id="ch-testsuite-tools-tree" role="wrap">
|
---|
[c22a40a] | 9 | <?dbhtml filename="tree.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Tree-&tree-version;</title>
|
---|
| 12 |
|
---|
[134ba96] | 13 | <indexterm zone="ch-testsuite-tools-tree">
|
---|
[c22a40a] | 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 | </sect2>
|
---|
| 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of Tree</title>
|
---|
| 26 |
|
---|
[dc8af53e] | 27 | <para os="a">Compile the package:</para>
|
---|
[c22a40a] | 28 |
|
---|
[dc8af53e] | 29 | <screen os="b"><userinput>make</userinput></screen>
|
---|
[c22a40a] | 30 |
|
---|
[1485386] | 31 | <para os="c">Install the package:</para>
|
---|
[c22a40a] | 32 |
|
---|
[1467bf6] | 33 | <screen os="d"><userinput>make prefix=/tools install</userinput></screen>
|
---|
| 34 |
|
---|
| 35 | <variablelist os="e">
|
---|
| 36 | <title>The meaning of the make parameters:</title>
|
---|
| 37 |
|
---|
| 38 | <varlistentry os="e1">
|
---|
| 39 | <term><parameter>prefix=/tools</parameter></term>
|
---|
| 40 | <listitem>
|
---|
| 41 | <para>This overrides the default prefix of /usr/local in the Makefile.</para>
|
---|
| 42 | </listitem>
|
---|
| 43 | </varlistentry>
|
---|
| 44 |
|
---|
| 45 | </variablelist>
|
---|
[c22a40a] | 46 |
|
---|
| 47 | </sect2>
|
---|
| 48 |
|
---|
| 49 | <sect2 id="contents-tree" role="content">
|
---|
| 50 | <title>Contents of Tree</title>
|
---|
| 51 |
|
---|
| 52 | <segmentedlist>
|
---|
| 53 | <segtitle>Installed program</segtitle>
|
---|
| 54 |
|
---|
| 55 | <seglistitem>
|
---|
| 56 | <seg>tree</seg>
|
---|
| 57 | </seglistitem>
|
---|
| 58 | </segmentedlist>
|
---|
| 59 |
|
---|
| 60 | <variablelist>
|
---|
| 61 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 62 | <?dbfo list-presentation="list"?>
|
---|
| 63 | <?dbhtml list-presentation="table"?>
|
---|
| 64 |
|
---|
| 65 | <varlistentry id="tree">
|
---|
| 66 | <term><command>tree</command></term>
|
---|
| 67 | <listitem>
|
---|
| 68 | <para>Tree will list contents of directories in a tree-like format.</para>
|
---|
[134ba96] | 69 | <indexterm zone="ch-testsuite-tools-tree tree">
|
---|
[c22a40a] | 70 | <primary sortas="b-tree">tree</primary>
|
---|
| 71 | </indexterm>
|
---|
| 72 | </listitem>
|
---|
| 73 | </varlistentry>
|
---|
| 74 |
|
---|
| 75 | </variablelist>
|
---|
| 76 |
|
---|
| 77 | </sect2>
|
---|
| 78 |
|
---|
| 79 | </sect1>
|
---|