Changeset dd06b53 for chapter06


Ignore:
Timestamp:
02/18/2013 09:33:51 PM (11 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.3, 7.4, 7.5, 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:
1368302
Parents:
5796941
Message:

Update to texinfo-5.0 and linux-3.7.9.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r5796941 rdd06b53  
    4848
    4949<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
     50
     51    <para>Again, do not build the .info files. They are broken with the current
     52    version of <command>makeinfo</command>.</para>
     53
     54    <screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</userinput></screen>
     55
     56
    5057
    5158    <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
  • chapter06/inetutils.xml

    r5796941 rdd06b53  
    120120    <para>Install the package:</para>
    121121
    122 <screen><userinput remap="install">make install
     122<screen><userinput remap="install">make install</userinput></screen>
     123<!-- The html file generation is broken as of texinfo-5.0
    123124make -C doc html
    124125make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen>
    125 
     126-->
    126127    <para>Move some programs so they are available if <filename
    127128    class='directory'>/usr</filename> is not accessable:</para>
  • chapter06/texinfo.xml

    r5796941 rdd06b53  
    101101
    102102      <seglistitem>
    103         <seg>info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi, texi2pdf, and
    104         texindex</seg>
     103        <seg>info, infokey, install-info, makeinfo, pdftexi2dvi,
     104        pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
    105105        <seg>/usr/share/texinfo</seg>
    106106      </seglistitem>
     
    169169      </varlistentry>
    170170
     171      <varlistentry id="pod2texi">
     172        <term><command>pod2texi</command></term>
     173        <listitem>
     174          <para>Converts Pod to Texinfo format</para>
     175          <indexterm zone="ch-system-texinfo pod2texi">
     176            <primary sortas="b-pod2texi">pod2texi</primary>
     177          </indexterm>
     178        </listitem>
     179      </varlistentry>
     180
     181      <varlistentry id="texi2any">
     182        <term><command>texi2any</command></term>
     183        <listitem>
     184          <para>Translate Texinfo source documentation to
     185          various other formats</para>
     186          <indexterm zone="ch-system-texinfo texi2any">
     187            <primary sortas="b-texiany">texi2any</primary>
     188          </indexterm>
     189        </listitem>
     190      </varlistentry>
     191
    171192      <varlistentry id="texi2dvi">
    172193        <term><command>texi2dvi</command></term>
Note: See TracChangeset for help on using the changeset viewer.