source: BOOK/testsuite-tools/common/tree.xml @ 525b2a9

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

r3577@server (orig r1631): chris | 2006-05-20 08:46:30 -0700
Corrected the description of the tree package

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[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
[525b2a9]20    <para>The Tree package contains a program that lists the directory
21    structure in a graphical "tree" format. It is used by Udev for
22    failures in its testsuite.</para>
[c22a40a]23
24  </sect2>
25
26  <sect2 role="installation">
27    <title>Installation of Tree</title>
28
[dc8af53e]29    <para os="a">Compile the package:</para>
[c22a40a]30
[dc8af53e]31<screen os="b"><userinput>make</userinput></screen>
[c22a40a]32
[1485386]33    <para os="c">Install the package:</para>
[c22a40a]34
[1467bf6]35<screen os="d"><userinput>make prefix=/tools install</userinput></screen>
36
37    <variablelist os="e">
38      <title>The meaning of the make parameters:</title>
39
40      <varlistentry os="e1">
41        <term><parameter>prefix=/tools</parameter></term>
42        <listitem>
43          <para>This overrides the default prefix of /usr/local in the Makefile.</para>
44        </listitem>
45      </varlistentry>
46
47    </variablelist>
[c22a40a]48
49  </sect2>
50
51  <sect2 id="contents-tree" role="content">
52    <title>Contents of Tree</title>
53
54    <segmentedlist>
55      <segtitle>Installed program</segtitle>
56
57      <seglistitem>
58        <seg>tree</seg>
59      </seglistitem>
60    </segmentedlist>
61
62    <variablelist>
63      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
64      <?dbfo list-presentation="list"?>
65      <?dbhtml list-presentation="table"?>
66
67      <varlistentry id="tree">
68        <term><command>tree</command></term>
69        <listitem>
70          <para>Tree will list contents of directories in a tree-like format.</para>
[134ba96]71          <indexterm zone="ch-testsuite-tools-tree tree">
[c22a40a]72            <primary sortas="b-tree">tree</primary>
73          </indexterm>
74        </listitem>
75      </varlistentry>
76
77    </variablelist>
78
79  </sect2>
80
81</sect1>
Note: See TracBrowser for help on using the repository browser.