Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/groff.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

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

    r89c10a9 r586feb7  
    3333    <para os="b">Prepare Groff for compilation:</para>
    3434
    35 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --host=${LFS_TARGET}</userinput></screen>
     35<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
    3636
    3737    <para os="d">Compile the package:</para>
     
    4141    <para os="f">Install the package:</para>
    4242
    43 <screen os="g"><userinput>make prefix=${LFS}/usr install</userinput></screen>
     43<screen os="g"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
    4444
    4545    <para os="h">Some documentation programs, such as <command>xman</command>,
    4646    will not work properly without the following symlinks:</para>
    4747
    48 <screen os="i"><userinput>ln -sv soelim ${LFS}/usr/bin/zsoelim
    49 ln -sv eqn ${LFS}/usr/bin/geqn
    50 ln -sv tbl ${LFS}/usr/bin/gtbl</userinput></screen>
     48<screen os="i"><userinput>ln -sv soelim ${CLFS}/usr/bin/zsoelim
     49ln -sv eqn ${CLFS}/usr/bin/geqn
     50ln -sv tbl ${CLFS}/usr/bin/gtbl</userinput></screen>
    5151
    5252  </sect2>
Note: See TracChangeset for help on using the changeset viewer.