From 1f7ca93564b3dc065306bbe7ab9713bbce112cdd Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 20 Jan 2006 21:02:23 +0000 Subject: Indenting chapter 05, part 3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gzip.xml | 70 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 27 deletions(-) (limited to 'chapter05/gzip.xml') diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index 5e5883230..84f22972e 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -1,52 +1,68 @@ - %general-entities; ]> + -Gzip-&gzip-version; - + + + Gzip-&gzip-version; + + + Gzip + tools + + + + -<indexterm zone="ch-tools-gzip"> -<primary sortas="a-Gzip">Gzip</primary> -<secondary>tools</secondary></indexterm> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/gzip.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -<sect2 role="package"><title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gzip.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>2.2 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.1 SBU</seg> + <seg>2.2 MB</seg> + </seglistitem> + </segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gzip.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/gzip.xml" + xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> -</sect2> + </sect2> -<sect2 role="installation"> -<title>Installation of Gzip + + Installation of Gzip -Prepare Gzip for compilation: + Prepare Gzip for compilation: ./configure --prefix=/tools -Compile the package: + Compile the package: make -This package does not come with a test suite. + This package does not come with a test suite. -Install the package: + Install the package: make install - + - -<para>Details on this package are located in <xref -linkend="contents-gzip" role="."/></para> -</sect2> + <sect2 role="content"> + <title/> -</sect1> + <para>Details on this package are located in + <xref linkend="contents-gzip" role="."/></para> + + </sect2> +</sect1> -- cgit v1.2.3-54-g00ecf