From 81109e3ece86defd366a946970cdcdebee8d09f3 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 17 Jan 2006 19:37:53 +0000 Subject: Indenting chapter 05, part 1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bison.xml | 74 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 29 deletions(-) (limited to 'chapter05/bison.xml') diff --git a/chapter05/bison.xml b/chapter05/bison.xml index eee7633fe..c2222c6c1 100644 --- a/chapter05/bison.xml +++ b/chapter05/bison.xml @@ -1,53 +1,69 @@ - %general-entities; ]> - -Bison-&bison-version; - - -Bison -tools + + - -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bison.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <title>Bison-&bison-version; - -&buildtime; -&diskspace; -0.6 SBU10.0 MB - + + Bison + tools + - + + -</sect2> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/bison.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -<sect2 role="installation"> -<title>Installation of Bison + + &buildtime; + &diskspace; -Prepare Bison for compilation: + + 0.6 SBU + 10.0 MB + + + + + + + + + Installation of Bison + + Prepare Bison for compilation: ./configure --prefix=/tools -Compile the package: + Compile the package: make -To test the results, issue: make -check. + To test the results, issue: + make check. -Install the package: + Install the package: make install - + - -<para>Details on this package are located in <xref -linkend="contents-bison" role="."/></para> -</sect2> + <sect2 role="content"> + <title/> -</sect1> + <para>Details on this package are located in + <xref linkend="contents-bison" role="."/></para> + + </sect2> +</sect1> -- cgit v1.2.3-54-g00ecf