Changeset 6098c66


Ignore:
Timestamp:
09/14/2005 07:41:42 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:
cd0cae38
Parents:
f9461f8
Message:

Added documentation installation commands and corrected the note about the test suite in the libcroco instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf9461f8 r6098c66  
    1 <!ENTITY day          "13">
     1<!ENTITY day          "14">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2005">
  • general/genlib/libcroco.xml

    rf9461f8 r6098c66  
    66
    77  <!ENTITY libcroco-download-http "http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    8   <!ENTITY libcroco-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    9   <!ENTITY libcroco-md5sum "78fb2bf78d469df83b1fc94ce196c1c4">
    10   <!ENTITY libcroco-size "360 KB">
    11   <!ENTITY libcroco-buildsize "8.7 MB">
    12   <!ENTITY libcroco-time "0.22 SBU">
     8  <!ENTITY libcroco-download-ftp  "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
     9  <!ENTITY libcroco-md5sum        "78fb2bf78d469df83b1fc94ce196c1c4">
     10  <!ENTITY libcroco-size          "360 KB">
     11  <!ENTITY libcroco-buildsize     "9.3 MB">
     12  <!ENTITY libcroco-time          "0.2 SBU">
    1313]>
    1414
     
    7373make</userinput></screen>
    7474
    75     <para>This package does not come with a test suite.</para>
     75    <para>To test the results, issue: <command>make test</command>.</para>
    7676
    7777    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7878
    79 <screen role="root"><userinput>make install</userinput></screen>
     79<screen role="root"><userinput>make install &amp;&amp;
     80install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples &amp;&amp;
     81install -v -m644 docs/usage.txt /usr/share/doc/libcroco-&libcroco-version; &amp;&amp;
     82install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-&libcroco-version;/examples</userinput></screen>
    8083
    8184  </sect2>
     
    8588
    8689    <segmentedlist>
    87       <segtitle>Installed Program</segtitle>
     90      <segtitle>Installed Programs</segtitle>
    8891      <segtitle>Installed Library</segtitle>
    89       <segtitle>Installed Directory</segtitle>
     92      <segtitle>Installed Directories</segtitle>
    9093
    9194      <seglistitem>
    92         <seg>csslint-0.6</seg>
    93         <seg>libcroco.[so,a]</seg>
    94         <seg>/usr/include/libcroco-&libcroco-version;</seg>
     95        <seg>croco-0.6-config and csslint-0.6</seg>
     96        <seg>libcroco-0.6.[so,a]</seg>
     97        <seg>/usr/include/libcroco-&libcroco-version; and
     98        /usr/share/doc/libcroco-&libcroco-version;</seg>
    9599      </seglistitem>
    96100    </segmentedlist>
  • introduction/welcome/changelog.xml

    rf9461f8 r6098c66  
    4343
    4444    <listitem>
     45      <para>September 14th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added documentation installation commands and
     49          corrected the note about the test suite in the libcroco
     50          instructions.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>September 13th, 2005</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.