Added fontconfig documentation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4693 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2005-07-08 06:21:36 +00:00
parent 00dac5dc25
commit 4774a15ea7
3 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "07">
<!ENTITY day "08">
<!ENTITY month "07">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -94,6 +94,12 @@ make</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<para>Additionally, install the documentation by executing the following
as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make -C doc install &amp;&amp;
install -m 644 doc/*.3 /usr/share/man/man3/</userinput></screen>
</sect2>
<sect2 role="commands">

View File

@ -24,6 +24,10 @@
<itemizedlist>
<listitem>
<para>July 8th, 2005 [tushar]: Added document installation to fontconfig.</para>
</listitem>
<listitem>
<para>July 7th, 2005 [djensen]: Added document installation to NTP-4.2.0.</para>
</listitem>