Changeset ed9b0761


Ignore:
Timestamp:
10/22/2017 07:05:55 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c34cb2e5
Parents:
c28df1a9
Message:

Minor fixups.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19351 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc28df1a9 red9b0761  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 21st, &year;">
     9<!ENTITY releasedate  "October 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/gobject-introspection.xml

    rc28df1a9 red9b0761  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="glib2"/> and
    79       <xref linkend="python2"/>
     78      <xref linkend="glib2"/>
    8079    </para>
    8180
     
    8382    <para role="optional">
    8483      <xref linkend="cairo"/> (required for the tests),
    85       <xref linkend="gtk-doc"/> and
    86       <xref linkend="Mako"/>
     84      <xref linkend="gtk-doc"/>,
     85      <xref linkend="Mako"/>, and
     86      <xref linkend="python2"/>
    8787    </para>
    8888
  • general/genlib/icu.xml

    rc28df1a9 red9b0761  
    125125
    126126<screen role="root"><userinput>make install</userinput></screen>
    127   </sect2>
    128 
    129   <sect2 role="commands">
    130     <title>Command Explanations</title>
    131 
    132     <para>
    133       <envar>CC=gcc CXX=g++</envar>: If you prefer to use
    134       <command>gcc</command> and/or <command>g++</command> instead of
    135       <command>clang</command> and/or <command>clang++</command>, if they are
    136       installed, use one or both variables in the configure line.
    137     </para>
    138 
    139127  </sect2>
    140128
  • general/graphlib/freetype2.xml

    rc28df1a9 red9b0761  
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install &amp;&amp;
    148 install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     147<screen role="root"><userinput>make install</userinput></screen>
     148
     149    <para>If you downloaded the optional documentation, install it as the
     150    <systemitem class="username">root</systemitem> user:</para>
     151
     152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    149153cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
    150154
  • introduction/welcome/changelog.xml

    rc28df1a9 red9b0761  
    4444
    4545    <listitem>
    46       <para>October 30th, 2017</para>
     46      <para>October 22nd, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Use Python3 by default in gobject-introspection.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Remove instructions to set CC or CXX for icu when
     53          building with gcc.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[dj] - Make documentation installation for FreeType
     57          optional.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
     63      <para>October 20th, 2017</para>
    4764      <itemizedlist>
    4865        <listitem>
Note: See TracChangeset for help on using the changeset viewer.