Changeset f3547a3 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Mar 15, 2009, 5:50:38 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7ec27e2
Parents:
e711c4b
Message:

Add new compressors patches to file texinfo and man. Also add the file fixes patch.

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

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

    re711c4b rf3547a3  
    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>
     31
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
     33
     34<screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>
    2735
    2836    <para os="a">Prepare File for compilation:</para>
  • BOOK/final-system/common/man.xml

    re711c4b rf3547a3  
    2929
    3030<screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen>
     31
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
     33
     34<screen os="p4"><userinput>patch -Np1 -i ../&man-new_compressors-patch;</userinput></screen>
    3135
    3236    <para os="a">A few adjustments need to be made to the sources of Man.</para>
  • BOOK/final-system/common/texinfo.xml

    re711c4b rf3547a3  
    2525  <sect2 role="installation">
    2626    <title>Installation of Texinfo</title>
     27
     28    <para os="p1">The following patch will add support for new compressors like XZ Utils:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&texinfo-new_compressors-patch;</userinput></screen>
    2731
    2832    <para os="a">Prepare Texinfo for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.