From 09fb7a09f1b6fc54c50658de94834b283d3e86fd Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 17 Jan 2006 20:43:10 +0000 Subject: Indenting chapter 05, part 2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/dejagnu.xml | 108 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 66 insertions(+), 42 deletions(-) (limited to 'chapter05/dejagnu.xml') 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 @@ - %general-entities; ]> + -DejaGNU-&dejagnu-version; - + + + DejaGNU-&dejagnu-version; + + + DejaGNU + + + + + + <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 + -Prepare DejaGNU for compilation: + + Installation of DejaGNU + + Prepare DejaGNU for compilation: ./configure --prefix=/tools -Build and install the package: + Build and install the package: make install -To test the results, issue: make check. + To test the results, issue: + make check. - + -Contents of DejaGNU + + Contents of DejaGNU - -Installed program -runtest - + + Installed program -Short Descriptions - - + + runtest + + - -runtest - -A wrapper script that locates the proper -expect shell and then runs DejaGNU -runtest - - - + + Short Descriptions + + - + + runtest + + A wrapper script that locates the proper + expect shell and then runs DejaGNU + + runtest + + + - + + + + -- cgit v1.2.3-54-g00ecf