[Clfs-commits] commit: r4355 - in /trunk/BOOK: final-system/common/groff.xml final-system/multilib/groff.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 6 08:33:31 PST 2009


Author: jim
Date: Tue Jan  6 16:33:31 2009
New Revision: 4355

Log:
Fixed issue with New Groff 1.20

Modified:
    trunk/BOOK/final-system/common/groff.xml
    trunk/BOOK/final-system/multilib/groff.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/groff.xml
==============================================================================
--- trunk/BOOK/final-system/common/groff.xml (original)
+++ trunk/BOOK/final-system/common/groff.xml Tue Jan  6 16:33:31 2009
@@ -33,6 +33,10 @@
     <para os="b">Prepare Groff for compilation:</para>
 
 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
+
+    <para os="t1">Since we don't have NetPBM installed we need to touch doc/gnu.eps:</para>
+
+<screen os="t2"><userinput>touch doc/gnu.eps</userinput></screen>
 
     <para os="d">Compile the package:</para>
 

Modified: trunk/BOOK/final-system/multilib/groff.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/groff.xml (original)
+++ trunk/BOOK/final-system/multilib/groff.xml Tue Jan  6 16:33:31 2009
@@ -34,7 +34,16 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/groff.xml"
+    xpointer="xpointer(//*[@os='t1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/groff.xml"
+    xpointer="xpointer(//*[@os='t2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/groff.xml"
     xpointer="xpointer(//*[@os='d'])"/>
+
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/groff.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Jan  6 16:33:31 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>January 06, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Corrected Build Issue with Groff 1.20.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 05, 2009</para>




More information about the Clfs-commits mailing list