Changeset 07a6a20


Ignore:
Timestamp:
09/06/2005 05:43:41 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d7bbdde
Parents:
cb91861
Message:

Updated to libIDL-0.8.6; also added documentation installation commands

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcb91861 r07a6a20  
    1 <!ENTITY day          "05">
     1<!ENTITY day          "06">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2005">
     
    7777<!ENTITY GLib-version                 "1.2.10">
    7878<!ENTITY glib2-version                "2.6.4">
    79 <!ENTITY libidl-version               "0.8.5">
     79<!ENTITY libidl-version               "0.8.6">
    8080<!ENTITY libcroco-version             "0.6.0">
    8181<!ENTITY libgsf-version               "1.12.0">
  • general/genlib/libidl.xml

    rcb91861 r07a6a20  
    77  <!ENTITY libidl-download-http "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2">
    88  <!ENTITY libidl-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2">
    9   <!ENTITY libidl-md5sum "c63f6513dc7789d0575bea02d62d58d7">
    10   <!ENTITY libidl-size "332 KB">
    11   <!ENTITY libidl-buildsize "4.9 MB">
    12   <!ENTITY libidl-time "0.13 SBU">
     9  <!ENTITY libidl-md5sum "2fde1aed5ea77d532f9e11442f761b81">
     10  <!ENTITY libidl-size "350 KB">
     11  <!ENTITY libidl-buildsize "5.8 MB">
     12  <!ENTITY libidl-time "0.1 SBU">
    1313]>
    1414
     
    6161    <para><xref linkend="glib2"/></para>
    6262
     63    <bridgehead renderas="sect4">Optional to Build Documentation</bridgehead>
     64    <para><xref linkend="tex"/></para>
     65
    6366  </sect2>
    6467
     
    7275make</userinput></screen>
    7376
     77    <para>If you have <application>TeX</application> installed and wish to
     78    build the documentation, issue the following commands:</para>
     79
     80<screen><userinput>make pdf &amp;&amp;
     81make ps &amp;&amp;
     82make html &amp;&amp;
     83makeinfo --plaintext libIDL2.texi &gt;libIDL2.txt</userinput></screen>
     84
    7485    <para>This package does not come with a test suite.</para>
    7586
     
    7788
    7889<screen role="root"><userinput>make install</userinput></screen>
     90
     91    <para>If you built the documentation, issue the following commands as the
     92    <systemitem class="username">root</systemitem> user to install it:</para>
     93
     94<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libIDL-&libidl-version;/html &amp;&amp;
     95install -v -m644 libIDL2.{pdf,dvi,ps,txt} \
     96    /usr/share/doc/libIDL-&libidl-version; &amp;&amp;
     97install -v -m644 libIDL2.html/* /usr/share/doc/libIDL-&libidl-version;/html</userinput></screen>
    7998
    8099  </sect2>
     
    86105      <segtitle>Installed Program</segtitle>
    87106      <segtitle>Installed Library</segtitle>
    88       <segtitle>Installed Directory</segtitle>
     107      <segtitle>Installed Directories</segtitle>
    89108
    90109      <seglistitem>
    91110        <seg>libIDL-config-2</seg>
    92111        <seg>libIDL-2.[so,a]</seg>
    93         <seg>/usr/include/libIDL-2.0/libIDL</seg>
     112        <seg>/usr/include/libIDL-2.0/libIDL and
     113        /usr/share/doc/libIDL-&libidl-version;</seg>
    94114      </seglistitem>
    95115    </segmentedlist>
  • introduction/welcome/changelog.xml

    rcb91861 r07a6a20  
    4343
    4444    <listitem>
     45      <para>September 6th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libIDL-0.8.6. Also added documentation
     49          installation commands to the instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 5th, 2005</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.