Changeset e244b2a for BOOK/final-system


Ignore:
Timestamp:
Feb 17, 2009, 9:09:50 AM (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:
fd15fb0
Parents:
44f5d42
Message:

Fix File UTF-8 Issues

Location:
BOOK/final-system
Files:
4 edited

Legend:

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

    r44f5d42 re244b2a  
    2525  <sect2 role="installation">
    2626    <title>Installation of File</title>
     27
     28    <para os="p1">The following patch will fix an issue due to utf-8 with file on documents:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&file-fixes-patch;</userinput></screen>
    2731
    2832    <para os="a">Prepare File for compilation:</para>
  • BOOK/final-system/multilib/file-64bit.xml

    r44f5d42 re244b2a  
    2121  <sect2 role="installation">
    2222    <title>Installation of File</title>
     23
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="file.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="file.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/file-n32.xml

    r44f5d42 re244b2a  
    2222  <sect2 role="installation">
    2323    <title>Installation of File</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="file.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="file.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/file.xml

    r44f5d42 re244b2a  
    2222  <sect2 role="installation">
    2323    <title>Installation of File</title>
     24
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/file.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/file.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.