Author: jim Date: 2006-07-20 13:46:46 -0600 (Thu, 20 Jul 2006) New Revision: 2055
Added: branches/clfs-2.0/BOOK/cross-tools/common/groff.xml Modified: / branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml branches/clfs-2.0/BOOK/cross-tools/common/file.xml branches/clfs-2.0/BOOK/introduction/common/changelog.xml Log: [EMAIL PROTECTED] (orig r2176): jciccone | 2006-07-20 12:28:39 -0700 Added groff to cross-tools; It needs itself when building in the final system. Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:2175 + b6734a72-470d-0410-b049-f317dca95413:/:2176 Modified: branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml =================================================================== --- branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-07-20 19:46:17 UTC (rev 2054) +++ branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-07-20 19:46:46 UTC (rev 2055) @@ -21,5 +21,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/glibc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> </chapter> Modified: branches/clfs-2.0/BOOK/cross-tools/common/file.xml =================================================================== --- branches/clfs-2.0/BOOK/cross-tools/common/file.xml 2006-07-20 19:46:17 UTC (rev 2054) +++ branches/clfs-2.0/BOOK/cross-tools/common/file.xml 2006-07-20 19:46:46 UTC (rev 2055) @@ -13,8 +13,9 @@ <sect2 role="installation"> <title>Installation of File</title> - <note><para>You only need to install <package>file</package> if your host has - a version other then file-&file-version; installed.</para></note> + <note><para>You only need to install <package>file</package> if your host + has a version of <package>file</package> older then + <package>file-&file-version;</package> installed.</para></note> <para>Prepare File for compilation:</para> Added: branches/clfs-2.0/BOOK/cross-tools/common/groff.xml =================================================================== --- branches/clfs-2.0/BOOK/cross-tools/common/groff.xml (rev 0) +++ branches/clfs-2.0/BOOK/cross-tools/common/groff.xml 2006-07-20 19:46:46 UTC (rev 2055) @@ -0,0 +1,46 @@ +<?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" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; +]> + +<sect1 id="ch-cross-tools-groff"> + <?dbhtml filename="groff.html"?> + + <title>Groff-&groff-version;</title> + + <sect2 role="installation"> + <title>Installation of Groff</title> + + <note><para>You only need to install <package>groff</package> if your host + has a version of <package>groff</package> older then + <package>groff-&groff-version;</package> installed.</para></note> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../final-system/common/groff.xml" + xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/> + + <para>Prepare Groff for compilation:</para> + +<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=${CLFS}/cross-tools --without-x</userinput></screen> + + <para>Compile the Package:</para> + +<screen><userinput>make</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title/> + + <para>Details on this package are located in <xref + linkend="contents-file" role="."/></para> + + </sect2> + +</sect1> Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml =================================================================== --- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-20 19:46:17 UTC (rev 2054) +++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-20 19:46:46 UTC (rev 2055) @@ -40,6 +40,10 @@ <para>June 20, 2006</para> <itemizedlist> <listitem> + <para>[jciccone] - Added groff to cross-tools to satisfy a dependency + when cross-compiling it later in the final system.</para> + </listitem> + <listitem> <para>[jciccone] - Updated to Udev-096.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
