source: BOOK/testsuite-tools/multilib/tree.xml @ aa18ac0

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since aa18ac0 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook?-XML DTD 4.5.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-tree" role="wrap">
9  <?dbhtml filename="tree.html"?>
10
11  <title>Tree-&tree-version;</title>
12
13  <indexterm zone="ch-testsuite-tools-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 that lists the directory
21    structure in a graphical "tree" format. It is used by Udev for
22    failures in its testsuite.</para>
23
24  </sect2>
25
26  <sect2 role="installation">
27    <title>Installation of Tree</title>
28
29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="../common/tree.xml"
31    xpointer="xpointer(//*[@os='a'])"/>
32
33<screen os="b"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
34
35   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36    href="../common/tree.xml"
37    xpointer="xpointer(//*[@os='c'])"/>
38
39   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../common/tree.xml"
41    xpointer="xpointer(//*[@os='d'])"/>
42
43   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../common/tree.xml"
45    xpointer="xpointer(//*[@os='e'])"/>
46
47  </sect2>
48
49  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50  href="../common/tree.xml"
51  xpointer="xpointer(id('contents-tree'))"/>
52
53</sect1>
Note: See TracBrowser for help on using the repository browser.