Fixed GTK+-2 documentation installation commands, pointed out by Nico R.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5460 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-12-24 18:52:40 +00:00
parent 5a13c45ce6
commit 4dffff69e8
2 changed files with 7 additions and 6 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>December 24th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Fixed GTK+-2 documentation installation commands,
pointed out by Nico R.</para>
</listitem>
<listitem>
<para>[randy] - Updated to Firefox-1.5 and modified the method used
to build the package.</para>

View File

@ -96,12 +96,9 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/gtk+-&gtk2-version;/{faq,tutorial/images} &amp;&amp;
install -v -m644 docs/faq/html/* /usr/share/doc/gtk+-&gtk2-version;/faq &amp;&amp;
install -v -m644 docs/tutorial/html/* \
/usr/share/doc/gtk+-&gtk2-version;/tutorial &amp;&amp;
install -v -m644 docs/tutorial/images/* \
/usr/share/doc/gtk+-&gtk2-version;/tutorial/images</userinput></screen>
install -v -m755 -d /usr/share/doc/gtk+-&gtk2-version;/{faq,tutorial} &amp;&amp;
cp -v -R docs/faq/html/* /usr/share/doc/gtk+-&gtk2-version;/faq &amp;&amp;
cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-&gtk2-version;/tutorial</userinput></screen>
</sect2>