Author: igor
Date: Sun Jul 21 04:18:55 2013
New Revision: 11457
Log:
fix giflib build if xmlto is not installed
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/giflib.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Jul 20 14:01:36 2013 (r11456)
+++ trunk/BOOK/general.ent Sun Jul 21 04:18:55 2013 (r11457)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "20"> <!-- Always 2 digits -->
+<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "July 20th, &year;">
+<!ENTITY releasedate "July 21st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/general/graphlib/giflib.xml
==============================================================================
--- trunk/BOOK/general/graphlib/giflib.xml Sat Jul 20 14:01:36 2013
(r11456)
+++ trunk/BOOK/general/graphlib/giflib.xml Sun Jul 21 04:18:55 2013
(r11457)
@@ -73,6 +73,11 @@
<sect2 role="installation">
<title>Installation of giflib</title>
+ <para>If you don't have the optional <xref linkend="xmlto"/> package
installed, disable
+ building the html documentation:</para>
+
+<screen><userinput>sed -i "s/all: allhtml/all:/"
doc/Makefile.in</userinput></screen>
+
<para>Install <application>giflib</application> by running the following
commands:</para>
@@ -85,8 +90,8 @@
<screen role="root"><userinput>make install</userinput></screen>
- <para>If you have the optional <xref linkend="xmlto"/> package, install
the
- generated html documentation as the <systemitem
class="username">root</systemitem> user:</para>
+ <para>If you generated html documentation, install it as the
+ <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/giflib-&giflib-version;/html &&
install -v -m644 doc/*.html
/usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Jul 20 14:01:36
2013 (r11456)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 21 04:18:55
2013 (r11457)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>July 21st, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Fix giflib build if xmlto is not installed (thanks
+ Nathan Coulson).</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 20th, 2013</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page