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
This commit is contained in:
Randy McMurchy 2005-09-14 19:41:42 +00:00
parent f9461f85f3
commit 6098c66408
3 changed files with 28 additions and 13 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "13">
<!ENTITY day "14">
<!ENTITY month "09">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -5,11 +5,11 @@
%general-entities;
<!ENTITY libcroco-download-http "http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
<!ENTITY libcroco-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
<!ENTITY libcroco-md5sum "78fb2bf78d469df83b1fc94ce196c1c4">
<!ENTITY libcroco-size "360 KB">
<!ENTITY libcroco-buildsize "8.7 MB">
<!ENTITY libcroco-time "0.22 SBU">
<!ENTITY libcroco-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
<!ENTITY libcroco-md5sum "78fb2bf78d469df83b1fc94ce196c1c4">
<!ENTITY libcroco-size "360 KB">
<!ENTITY libcroco-buildsize "9.3 MB">
<!ENTITY libcroco-time "0.2 SBU">
]>
<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
@ -72,11 +72,14 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>To test the results, issue: <command>make test</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples &amp;&amp;
install -v -m644 docs/usage.txt /usr/share/doc/libcroco-&libcroco-version; &amp;&amp;
install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-&libcroco-version;/examples</userinput></screen>
</sect2>
@ -84,14 +87,15 @@ make</userinput></screen>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>csslint-0.6</seg>
<seg>libcroco.[so,a]</seg>
<seg>/usr/include/libcroco-&libcroco-version;</seg>
<seg>croco-0.6-config and csslint-0.6</seg>
<seg>libcroco-0.6.[so,a]</seg>
<seg>/usr/include/libcroco-&libcroco-version; and
/usr/share/doc/libcroco-&libcroco-version;</seg>
</seglistitem>
</segmentedlist>

View File

@ -41,6 +41,17 @@
-->
<listitem>
<para>September 14th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added documentation installation commands and
corrected the note about the test suite in the libcroco
instructions.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 13th, 2005</para>
<itemizedlist>