aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-17 20:43:10 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-17 20:43:10 +0000
commit09fb7a09f1b6fc54c50658de94834b283d3e86fd (patch)
tree06722308a1a9b3b77444a5bd7bf3cff2a978effd /chapter05/dejagnu.xml
parent81109e3ece86defd366a946970cdcdebee8d09f3 (diff)
Indenting chapter 05, part 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r--chapter05/dejagnu.xml108
1 files changed, 66 insertions, 42 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index b185c3365..06957da9f 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -1,68 +1,92 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
+
<sect1 id="ch-tools-dejagnu" role="wrap">
-<title>DejaGNU-&dejagnu-version;</title>
-<?dbhtml filename="dejagnu.html"?>
+ <?dbhtml filename="dejagnu.html"?>
+
+ <title>DejaGNU-&dejagnu-version;</title>
+
+ <indexterm zone="ch-tools-dejagnu">
+ <primary sortas="a-DejaGNU">DejaGNU</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title/>
+
+ <para>The DejaGNU package contains a framework for testing other
+ programs.</para>
-<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGNU">DejaGNU</primary></indexterm>
+ <segmentedlist>
+ <segtitle>&buildtime;</segtitle>
+ <segtitle>&diskspace;</segtitle>
-<sect2 role="package"><title/>
-<para>The DejaGNU package contains a framework for testing other programs.</para>
+ <seglistitem>
+ <seg>0.1 SBU</seg>
+ <seg>6.1 MB</seg>
+ </seglistitem>
+ </segmentedlist>
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.1 SBU</seg><seg>6.1 MB</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>&dependencies;</segtitle>
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+ <seglistitem>
+ <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
+ Make, and Sed</seg>
+ </seglistitem>
+ </segmentedlist>
-<sect2 role="installation">
-<title>Installation of DejaGNU</title>
+ </sect2>
-<para>Prepare DejaGNU for compilation:</para>
+ <sect2 role="installation">
+ <title>Installation of DejaGNU</title>
+
+ <para>Prepare DejaGNU for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
-<para>Build and install the package:</para>
+ <para>Build and install the package:</para>
<screen><userinput>make install</userinput></screen>
-<para>To test the results, issue: <userinput>make check</userinput>.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
-</sect2>
+ </sect2>
-<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGNU</title>
+ <sect2 id="contents-dejagnu" role="content">
+ <title>Contents of DejaGNU</title>
-<segmentedlist>
-<segtitle>Installed program</segtitle>
-<seglistitem><seg>runtest</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>Installed program</segtitle>
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+ <seglistitem>
+ <seg>runtest</seg>
+ </seglistitem>
+ </segmentedlist>
-<varlistentry id="runtest">
-<term><command>runtest</command></term>
-<listitem>
-<para>A wrapper script that locates the proper
-<command>expect</command> shell and then runs DejaGNU</para>
-<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
-</sect2>
+ <varlistentry id="runtest">
+ <term><command>runtest</command></term>
+ <listitem>
+ <para>A wrapper script that locates the proper
+ <command>expect</command> shell and then runs DejaGNU</para>
+ <indexterm zone="ch-tools-dejagnu runtest">
+ <primary sortas="b-runtest">runtest</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-</sect1>
+ </variablelist>
+ </sect2>
+
+</sect1>