Author: dnicholson Date: 2006-10-08 13:49:56 -0600 (Sun, 08 Oct 2006) New Revision: 6331
Modified: trunk/BOOK/basicnet/textweb/links.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to links-2.1pre23. Fixes #2042. Modified: trunk/BOOK/basicnet/textweb/links.xml =================================================================== --- trunk/BOOK/basicnet/textweb/links.xml 2006-10-05 13:12:36 UTC (rev 6330) +++ trunk/BOOK/basicnet/textweb/links.xml 2006-10-08 19:49:56 UTC (rev 6331) @@ -6,9 +6,9 @@ <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2"> <!ENTITY links-download-ftp " "> - <!ENTITY links-md5sum "7687e2c32e337e11c6e9d8cd8c5202c9"> + <!ENTITY links-md5sum "4a1fb575c133eee821b9a1f8e9220b40"> <!ENTITY links-size "3.7 MB"> - <!ENTITY links-buildsize "20.4 MB"> + <!ENTITY links-buildsize "20.5 MB"> <!ENTITY links-time "0.3 SBU"> ]> @@ -64,7 +64,10 @@ <xref linkend="libpng"/>, <xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, + <xref linkend="pcre"/>, + <!-- SDL support is removed upstream until someone fixes it <xref linkend="sdl"/>, + --> <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, <ulink url="http://www.directfb.org/">DirectFB</ulink>, and <xref linkend="x-window-system"/></para> @@ -87,7 +90,10 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role='root'><userinput>make install</userinput></screen> +<screen role='root'><userinput>make install >> +install -v -d -m755 /usr/share/doc/links-&Links-version; >> +install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \ + /usr/share/doc/links-&Links-version;</userinput></screen> </sect2> @@ -142,7 +148,7 @@ <seglistitem> <seg>links</seg> <seg>None</seg> - <seg>None</seg> + <seg>/usr/share/doc/links-&Links-version;</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-10-05 13:12:36 UTC (rev 6330) +++ trunk/BOOK/general.ent 2006-10-08 19:49:56 UTC (rev 6331) @@ -1,4 +1,4 @@ -<!ENTITY day "05"> <!-- Always 2 digits --> +<!ENTITY day "08"> <!-- Always 2 digits --> <!ENTITY month "10"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> @@ -279,7 +279,7 @@ <!ENTITY libpcap-version "0.9.4"> <!-- Chapter 17 --> -<!ENTITY Links-version "2.1pre21"> +<!ENTITY Links-version "2.1pre23"> <!ENTITY lynx-version "2.8.5"> <!ENTITY w3m-version "0.5.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-05 13:12:36 UTC (rev 6330) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-08 19:49:56 UTC (rev 6331) @@ -42,6 +42,16 @@ --> <listitem> + <para>October 8th, 2006</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Updated to links-2.1pre23. Installed some + user documentation from the tarball. Closes #2042.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>October 5th, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
