Changeset 3a05e52b


Ignore:
Timestamp:
10/08/2006 07:49:56 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fd0a8cd
Parents:
224b0659
Message:

Updated to links-2.1pre23. Fixes #2042.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6331 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links.xml

    r224b0659 r3a05e52b  
    77  <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
    88  <!ENTITY links-download-ftp  " ">
    9   <!ENTITY links-md5sum        "7687e2c32e337e11c6e9d8cd8c5202c9">
     9  <!ENTITY links-md5sum        "4a1fb575c133eee821b9a1f8e9220b40">
    1010  <!ENTITY links-size          "3.7 MB">
    11   <!ENTITY links-buildsize     "20.4 MB">
     11  <!ENTITY links-buildsize     "20.5 MB">
    1212  <!ENTITY links-time          "0.3 SBU">
    1313]>
     
    6565    <xref linkend="libjpeg"/>,
    6666    <xref linkend="libtiff"/>,
     67    <xref linkend="pcre"/>,
     68    <!-- SDL support is removed upstream until someone fixes it
    6769    <xref linkend="sdl"/>,
     70    -->
    6871    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    6972    <ulink url="http://www.directfb.org/">DirectFB</ulink>, and
     
    8891    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8992
    90 <screen role='root'><userinput>make install</userinput></screen>
     93<screen role='root'><userinput>make install &gt;&gt;
     94install -v -d -m755 /usr/share/doc/links-&Links-version; &gt;&gt;
     95install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
     96    /usr/share/doc/links-&Links-version;</userinput></screen>
    9197
    9298  </sect2>
     
    143149        <seg>links</seg>
    144150        <seg>None</seg>
    145         <seg>None</seg>
     151        <seg>/usr/share/doc/links-&Links-version;</seg>
    146152      </seglistitem>
    147153    </segmentedlist>
  • general.ent

    r224b0659 r3a05e52b  
    1 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     1<!ENTITY day          "08">                   <!-- Always 2 digits -->
    22<!ENTITY month        "10">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    280280
    281281<!-- Chapter 17 -->
    282 <!ENTITY Links-version                "2.1pre21">
     282<!ENTITY Links-version                "2.1pre23">
    283283<!ENTITY lynx-version                 "2.8.5">
    284284<!ENTITY w3m-version                  "0.5.1">
  • introduction/welcome/changelog.xml

    r224b0659 r3a05e52b  
    4343
    4444    <listitem>
     45      <para>October 8th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to links-2.1pre23. Installed some
     49          user documentation from the tarball. Closes #2042.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 5th, 2006</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.