Minor fixups.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19351 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2017-10-22 07:05:55 +00:00
parent c28df1a91e
commit ed9b0761bb
5 changed files with 30 additions and 21 deletions

View File

@ -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 -->

View File

@ -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:

View File

@ -126,18 +126,6 @@ make</userinput></screen>
<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>

View File

@ -144,8 +144,12 @@ make</userinput></screen>
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>

View File

@ -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