[Clfs-commits] commit: r4403 - in /trunk: BOOK/final-system/common/man.xml BOOK/final-system/multilib/man.xml BOOK/introduction/common/changelog.xml BOOK/patches.ent patches/man-1.6f-i18n-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Thu Jan 8 22:34:50 PST 2009


Author: jim
Date: Fri Jan  9 06:34:49 2009
New Revision: 4403

Log:
Added Internationalization Patch to Man

Added:
    trunk/patches/man-1.6f-i18n-1.patch
Modified:
    trunk/BOOK/final-system/common/man.xml
    trunk/BOOK/final-system/multilib/man.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/final-system/common/man.xml
==============================================================================
--- trunk/BOOK/final-system/common/man.xml (original)
+++ trunk/BOOK/final-system/common/man.xml Fri Jan  9 06:34:49 2009
@@ -24,6 +24,10 @@
 
   <sect2 role="installation">
     <title>Installation of Man</title>
+
+    <para os="p1">This patch adds support for Internationalization:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen>
 
     <para os="a">A few adjustments need to be made to the sources of Man.</para>
 

Modified: trunk/BOOK/final-system/multilib/man.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/man.xml (original)
+++ trunk/BOOK/final-system/multilib/man.xml Fri Jan  9 06:34:49 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of Man</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/man.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/man.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/man.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Fri Jan  9 06:34:49 2009
@@ -65,6 +65,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Diffutils wants ed as editor. We change it to vim, since ed is not available.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added Internationalization Patch to Man.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Fri Jan  9 06:34:49 2009
@@ -80,6 +80,10 @@
 <!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
 <!ENTITY linux-serial-patch-size "4 KB">
 
+<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
+<!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
+<!ENTITY man-i18n-patch-size "12 KB">
+
 <!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
 <!ENTITY mpfr-branch_update-patch-md5 "799177f97cae779baad90156bbd3192a">
 <!ENTITY mpfr-branch_update-patch-size "20 KB">




More information about the Clfs-commits mailing list