source: BOOK/final-system/common/tree.xml @ c22a40a

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since c22a40a was c22a40a, checked in by Jim Gifford <clfs@…>, 18 years ago

r902@server (orig r900): jim | 2005-12-14 22:14:15 -0800

r1075@server: jim | 2005-12-14 22:13:57 -0800
Added: Tree 1.5.0. This fixes the TEST 112 failure in the udev testsuite.


  • Property mode set to 100644
File size: 2.0 KB
Line 
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
8<sect1 id="ch-system-tree" role="wrap">
9  <?dbhtml filename="tree.html"?>
10
11  <title>Tree-&tree-version;</title>
12
13  <indexterm zone="ch-system-tree">
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>
26        <seg>GCC and Coreutils</seg>
27      </seglistitem>
28    </segmentedlist>
29
30  </sect2>
31
32  <sect2 role="installation">
33    <title>Installation of Tree</title>
34
35    <para os="a">Prepare Tree for compilation:</para>
36
37<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
38
39    <para os="c">Compile the package:</para>
40
41<screen os="d"><userinput>make</userinput></screen>
42
43    <para os="e">To test the results, issue:
44    <userinput>make check</userinput>.</para>
45
46    <para os="f">Install the package:</para>
47
48<screen os="g"><userinput>make install</userinput></screen>
49
50  </sect2>
51
52  <sect2 id="contents-tree" role="content">
53    <title>Contents of Tree</title>
54
55    <segmentedlist>
56      <segtitle>Installed program</segtitle>
57
58      <seglistitem>
59        <seg>tree</seg>
60      </seglistitem>
61    </segmentedlist>
62
63    <variablelist>
64      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
65      <?dbfo list-presentation="list"?>
66      <?dbhtml list-presentation="table"?>
67
68      <varlistentry id="tree">
69        <term><command>tree</command></term>
70        <listitem>
71          <para>Tree will list contents of directories in a tree-like format.</para>
72          <indexterm zone="ch-system-tree tree">
73            <primary sortas="b-tree">tree</primary>
74          </indexterm>
75        </listitem>
76      </varlistentry>
77
78    </variablelist>
79
80  </sect2>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.