Changeset 1ab60d4 for BOOK/final-system


Ignore:
Timestamp:
01/06/09 08:33:31 (16 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:
1a5985d
Parents:
7a5bf42
Message:

Fixed issue with New Groff 1.20

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r7a5bf42 r1ab60d4  
    3434
    3535<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
     36
     37    <para os="t1">Since we don't have NetPBM installed we need to touch doc/gnu.eps:</para>
     38
     39<screen os="t2"><userinput>touch doc/gnu.eps</userinput></screen>
    3640
    3741    <para os="d">Compile the package:</para>
  • BOOK/final-system/multilib/groff.xml

    r7a5bf42 r1ab60d4  
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3636    href="../common/groff.xml"
     37    xpointer="xpointer(//*[@os='t1'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../common/groff.xml"
     41    xpointer="xpointer(//*[@os='t2'])"/>
     42
     43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44    href="../common/groff.xml"
    3745    xpointer="xpointer(//*[@os='d'])"/>
     46
    3847
    3948    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.