From 242448316a5872eb33374716ac12408e9bf2f5ac Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 20 Dec 2004 17:49:20 +0000 Subject: Removed text in chapter 05 - last round. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/sed.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'chapter05/sed.xml') diff --git a/chapter05/sed.xml b/chapter05/sed.xml index 265486c96..6de3aa83e 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -12,7 +12,6 @@ tools -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/sed.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -20,8 +19,6 @@ <seglistitem><seg>0.2 SBU</seg><seg>5.2 MB</seg></seglistitem> </segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/sed.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> - </sect2> <sect2 role="installation"> @@ -31,21 +28,17 @@ <screen><userinput>./configure --prefix=/tools</userinput></screen> -<para>Compile the program:</para> +<para>Compile the package:</para> <screen><userinput>make</userinput></screen> -<para>(If you want to test the results, then issue: -<userinput>make check</userinput>.)</para> +<para>To test the results, issue: +<userinput>make check</userinput></para> -<para>Then install it and its documentation:</para> +<para>Install the package:</para> <screen><userinput>make install</userinput></screen> </sect2> -<sect2 role="content"><title/> -<para>The details on this package are found in <xref linkend="contents-sed"/>.</para> -</sect2> - </sect1> -- cgit v1.2.3-54-g00ecf