Changeset 94e6954


Ignore:
Timestamp:
06/29/2009 08:03:59 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
d35b7f3
Parents:
d092e9c
Message:

Fix the generation of Sed's HTML documentation. Fixes #2422.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd092e9c r94e6954  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Fixed the generation of the HTML documentation for
     44          Sed. Thanks to Chris Staub for the report and patch. Fixes
     45          <ulink url="&lfs-ticket-root;2422">#2422</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[matthew] - Added upstream Readline patches. Fixes
    4449          <ulink url="&lfs-ticket-root;2426">#2426</ulink>.</para>
  • chapter06/sed.xml

    rd092e9c r94e6954  
    4343    <para>Prepare Sed for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-&sed-version;</userinput></screen>
    4646
    4747    <variablelist>
     
    4949
    5050      <varlistentry>
    51         <term><parameter>--enable-html</parameter></term>
     51        <term><parameter>--htmldir</parameter></term>
    5252        <listitem>
    53           <para>This builds the HTML documentation.</para>
     53          <para>This sets the directory where the HTML documentation will be
     54          installed to.</para>
    5455        </listitem>
    5556      </varlistentry>
     
    6061<screen><userinput remap="make">make</userinput></screen>
    6162
     63    <para>Generate the HTML documentation:</para>
     64
     65<screen><userinput remap="make">make html</userinput></screen>
     66
    6267    <para>To test the results, issue:</para>
    6368
     
    6772
    6873<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>
    6978
    7079  </sect2>
Note: See TracChangeset for help on using the changeset viewer.