Author: dj
Date: Sun Oct 22 00:05:55 2017
New Revision: 19351

Log:
Minor fixups.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/gobject-introspection.xml
   trunk/BOOK/general/genlib/icu.xml
   trunk/BOOK/general/graphlib/freetype2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Oct 21 16:36:00 2017        (r19350)
+++ trunk/BOOK/general.ent      Sun Oct 22 00:05:55 2017        (r19351)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 21st, &year;">
+<!ENTITY releasedate  "October 22nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
==============================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml Sat Oct 21 16:36:00 
2017        (r19350)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml Sun Oct 22 00:05:55 
2017        (r19351)
@@ -75,15 +75,15 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="glib2"/> and
-      <xref linkend="python2"/>
+      <xref linkend="glib2"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="cairo"/> (required for the tests),
-      <xref linkend="gtk-doc"/> and
-      <xref linkend="Mako"/>
+      <xref linkend="gtk-doc"/>,
+      <xref linkend="Mako"/>, and
+      <xref linkend="python2"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/general/genlib/icu.xml
==============================================================================
--- trunk/BOOK/general/genlib/icu.xml   Sat Oct 21 16:36:00 2017        (r19350)
+++ trunk/BOOK/general/genlib/icu.xml   Sun Oct 22 00:05:55 2017        (r19351)
@@ -126,18 +126,6 @@
 <screen role="root"><userinput>make install</userinput></screen>
   </sect2>
 
-  <sect2 role="commands">
-    <title>Command Explanations</title>
-
-    <para>
-      <envar>CC=gcc CXX=g++</envar>: If you prefer to use
-      <command>gcc</command> and/or <command>g++</command> instead of
-      <command>clang</command> and/or <command>clang++</command>, if they are
-      installed, use one or both variables in the configure line.
-    </para>
-
-  </sect2>
-
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml   Sat Oct 21 16:36:00 2017        
(r19350)
+++ trunk/BOOK/general/graphlib/freetype2.xml   Sun Oct 22 00:05:55 2017        
(r19351)
@@ -144,8 +144,12 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install &amp;&amp;
-install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
+<screen role="root"><userinput>make install</userinput></screen>
+
+    <para>If you downloaded the optional documentation, install it as the
+    <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/freetype-&freetype2-version; &amp;&amp;
 cp -v -R docs/*     
/usr/share/doc/freetype-&freetype2-version;</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 21 16:36:00 
2017        (r19350)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct 22 00:05:55 
2017        (r19351)
@@ -43,7 +43,24 @@
 -->
 
     <listitem>
-      <para>October 30th, 2017</para>
+      <para>October 22nd, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Use Python3 by default in gobject-introspection.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Remove instructions to set CC or CXX for icu when
+          building with gcc.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Make documentation installation for FreeType
+          optional.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>October 20th, 2017</para>
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to mesa-17.2.3. Fixes
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to