Changeset dca40f5 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 8:24:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
d48ae24
Parents:
bf668af
Message:

r2391@server (orig r1193): chris | 2006-02-21 20:23:08 -0800
Updated sed instructions to install HTML docs, and added a few more -v switches

Location:
final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/coreutils.xml

    rbf668af rdca40f5  
    9595    stages of booting, those binaries need to be on the root partition:</para>
    9696
    97 <screen os="u"><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen>
     97<screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
    9898
    9999  </sect2>
  • final-system/common/ncurses.xml

    rbf668af rdca40f5  
    6565    <para os="l">Give the Ncurses libraries execute permissions:</para>
    6666
    67 <screen os="m"><userinput>chmod 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
     67<screen os="m"><userinput>chmod -v 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
    6868
    6969  </sect2>
  • final-system/common/sed.xml

    rbf668af rdca40f5  
    3434    <title>Installation of Sed</title>
    3535
    36     <para os="a">By default, Sed installs its HTML documentation in
    37     <filename class="directory">/usr/share/doc</filename>. Alter this to
    38     <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by
    39     applying the following <command>sed</command>:</para>
     36    <para os="a">Prepare Sed for compilation:</para>
    4037
    41 <screen os="b"><userinput>sed -i 's@/doc@&amp;/sed-&sed-version;@' doc/Makefile.in</userinput></screen>
     38<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
    4239
    43     <para os="c">Prepare Sed for compilation:</para>
     40    <variablelist os="c">
     41      <title>The meaning of the new configure option:</title>
    4442
    45 <screen os="d"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     43      <varlistentry>
     44        <term><parameter>--enable-html</parameter></term>
     45        <listitem>
     46          <para>This option tells Sed to build and install its HTML
     47          documentation.</para>
     48        </listitem>
     49      </varlistentry>
     50    </variablelist>
    4651
    47     <para os="e">Compile the package:</para>
     52    <para os="d">Compile the package:</para>
    4853
    49 <screen os="f"><userinput>make</userinput></screen>
     54<screen os="e"><userinput>make</userinput></screen>
    5055
    51     <para os="g">To test the results, issue:
     56    <para os="f">To test the results, issue:
    5257    <userinput>make check</userinput>.</para>
    5358
    54     <para os="h">Install the package:</para>
     59    <para os="g">Install the package:</para>
    5560
    56 <screen os="i"><userinput>make install</userinput></screen>
     61<screen os="h"><userinput>make install</userinput></screen>
    5762
    5863  </sect2>
  • final-system/multilib/sed.xml

    rbf668af rdca40f5  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/sed.xml"
    30     xpointer="xpointer(//*[@os='b'])"/>
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     29   --bindir=/bin --enable-html</userinput></screen>
    3130
    3231    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3433    xpointer="xpointer(//*[@os='c'])"/>
    3534
    36 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    37    --bindir=/bin</userinput></screen>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/sed.xml"
     37    xpointer="xpointer(//*[@os='d'])"/>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5353    xpointer="xpointer(//*[@os='h'])"/>
    5454
    55     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    56     href="../common/sed.xml"
    57     xpointer="xpointer(//*[@os='i'])"/>
    58 
    5955  </sect2>
    6056
Note: See TracChangeset for help on using the changeset viewer.