Author: randy
Date: 2005-04-13 19:34:26 -0600 (Wed, 13 Apr 2005)
New Revision: 3725
Modified:
trunk/BOOK/general/graphlib/libungif.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added documentation installation commands to the libungif instructions
Modified: trunk/BOOK/general/graphlib/libungif.xml
===================================================================
--- trunk/BOOK/general/graphlib/libungif.xml 2005-04-14 01:14:47 UTC (rev
3724)
+++ trunk/BOOK/general/graphlib/libungif.xml 2005-04-14 01:34:26 UTC (rev
3725)
@@ -8,8 +8,8 @@
<!ENTITY libungif-download-ftp " ">
<!ENTITY libungif-md5sum "8c198831cc0495596c78134b8849e9ad">
<!ENTITY libungif-size "430 KB">
-<!ENTITY libungif-buildsize "5.7 MB">
-<!ENTITY libungif-time "0.11 SBU">
+<!ENTITY libungif-buildsize "6.2 MB">
+<!ENTITY libungif-time "0.16 SBU">
]>
<sect1 id="libungif" xreflabel="libungif-&libungif-version;">
@@ -32,7 +32,7 @@
<para>The reason <application>libungif</application> only writes
non-compressed
<acronym>GIF</acronym>s is due to a legal issue with <acronym>LZW</acronym>
-compression (which Unisys claims a patent on). Reading <acronym>GIF</acronym>s
+compression (which Unisys claimed a patent on). Reading
<acronym>GIF</acronym>s
is not a problem as the decompression routines do not seem to be limited in
this way. Note that this has in the past been disputed. The best way to avoid
this whole mess is to simply use <application>libungif</application> for
@@ -71,7 +71,12 @@
<screen><userinput><command>./configure --prefix=/usr &&
make &&
-make install</command></userinput></screen>
+make install &&
+install -v -m755 -d /usr/share/doc/libungif-&libungif-version;/html &&
+install -v -m644 doc/*.{png,html} \
+ /usr/share/doc/libungif-&libungif-version;/html &&
+install -v -m644 doc/*.txt \
+ /usr/share/doc/libungif-&libungif-version;</command></userinput></screen>
</sect2>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-14 01:14:47 UTC
(rev 3724)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-14 01:34:26 UTC
(rev 3725)
@@ -24,7 +24,7 @@
<listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7
and Whois-4.7.2; added documentation installation commands to the giflib
-instructions.</para></listitem>
+and libungif instructions.</para></listitem>
<listitem><para>April 12th, 2005 [randy]: Updated to Samba-3.0.13 and
pkgconfig-0.17.1.</para></listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page