Changeset b0c96c6


Ignore:
Timestamp:
Jan 8, 2009, 10:34:49 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0792e2a
Parents:
6a5fd75
Message:

Added Internationalization Patch to Man

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/man.xml

    r6a5fd75 rb0c96c6  
    2525  <sect2 role="installation">
    2626    <title>Installation of Man</title>
     27
     28    <para os="p1">This patch adds support for Internationalization:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen>
    2731
    2832    <para os="a">A few adjustments need to be made to the sources of Man.</para>
  • BOOK/final-system/multilib/man.xml

    r6a5fd75 rb0c96c6  
    2121  <sect2 role="installation">
    2222    <title>Installation of Man</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/man.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/man.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r6a5fd75 rb0c96c6  
    6666        <listitem>
    6767          <para>[Jim] - Diffutils wants ed as editor. We change it to vim, since ed is not available.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[Jim] - Added Internationalization Patch to Man.</para>
    6871        </listitem>
    6972      </itemizedlist>
  • BOOK/patches.ent

    r6a5fd75 rb0c96c6  
    8181<!ENTITY linux-serial-patch-size "4 KB">
    8282
     83<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
     84<!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
     85<!ENTITY man-i18n-patch-size "12 KB">
     86
    8387<!ENTITY mpfr-branch_update-patch "mpfr-&mpfr-version;-branch_update-1.patch">
    8488<!ENTITY mpfr-branch_update-patch-md5 "799177f97cae779baad90156bbd3192a">
Note: See TracChangeset for help on using the changeset viewer.