[Clfs-commits] commit: r4368 - 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
Wed Jan 7 09:08:34 PST 2009


Author: jim
Date: Wed Jan  7 17:08:34 2009
New Revision: 4368

Log:
Added --enable-multibyte to groff

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 Wed Jan  7 17:08:34 2009
@@ -32,7 +32,8 @@
 
     <para os="b">Prepare Groff for compilation:</para>
 
-<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
+<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr \
+    --enable-multibyte</userinput></screen>
 
     <para os="t1">Since we don't have NetPBM installed we need to touch doc/gnu.eps:</para>
 

Modified: trunk/BOOK/final-system/multilib/groff.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/groff.xml (original)
+++ trunk/BOOK/final-system/multilib/groff.xml Wed Jan  7 17:08:34 2009
@@ -30,7 +30,7 @@
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> CC="gcc ${BUILD64}" \
-   CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
+   CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --enable-multibyte</userinput></screen>
 
     <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 Wed Jan  7 17:08:34 2009
@@ -44,6 +44,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Have Ncurses Widec create /usr/include/ncursesw.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added --enable-multibyte to groff.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list