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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2978738 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 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.