Added make check to intltool

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4699 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2005-07-09 04:57:18 +00:00
parent 46fe0053c2
commit 94927b8ac3
2 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,8 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>

View File

@ -24,6 +24,10 @@
<itemizedlist>
<listitem>
<para>July 9th, 2005 [tushar]: Added make check to intltool.</para>
</listitem>
<listitem>
<para>July 9th, 2005 [dj]: Updated blfs-bootscripts and added RTC instructions to MPlayer.</para>
</listitem>