Changeset 09fb139a


Ignore:
Timestamp:
06/28/2014 07:37:05 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cb1280a
Parents:
fba870f
Message:

Minor rewording and formatting of sed section

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sed.xml

    rfba870f r09fb139a  
    5151        <term><parameter>--htmldir</parameter></term>
    5252        <listitem>
    53           <para>This sets the directory where the HTML documentation will be
    54           installed to.</para>
     53          <para>This sets the installation directory where for the HTML documentation.</para>
    5554        </listitem>
    5655      </varlistentry>
    5756    </variablelist>
    5857
    59     <para>Compile the package:</para>
     58    <para>Compile the package and generate the HTML documentation:</para>
    6059
    61 <screen><userinput remap="make">make</userinput></screen>
    62 
    63     <para>Generate the HTML documentation:</para>
    64 
    65 <screen><userinput remap="make">make html</userinput></screen>
     60<screen><userinput remap="make">make
     61make html</userinput></screen>
    6662
    6763    <para>To test the results, issue:</para>
     
    6965<screen><userinput remap="test">make check</userinput></screen>
    7066
    71     <para>Install the package:</para>
     67    <para>Install the package and its documentation:</para>
    7268
    73 <screen><userinput remap="install">make install</userinput></screen>
    74 
    75     <para>Install the HTML documentation:</para>
    76 
    77 <screen><userinput remap="install">make -C doc install-html</userinput></screen>
     69<screen><userinput remap="install">make install
     70make -C doc install-html</userinput></screen>
    7871
    7972  </sect2>
Note: See TracChangeset for help on using the changeset viewer.