mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
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:
parent
5a13c45ce6
commit
4dffff69e8
@ -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>
|
||||
|
@ -96,12 +96,9 @@ make</userinput></screen>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/gtk+->k2-version;/{faq,tutorial/images} &&
|
||||
install -v -m644 docs/faq/html/* /usr/share/doc/gtk+->k2-version;/faq &&
|
||||
install -v -m644 docs/tutorial/html/* \
|
||||
/usr/share/doc/gtk+->k2-version;/tutorial &&
|
||||
install -v -m644 docs/tutorial/images/* \
|
||||
/usr/share/doc/gtk+->k2-version;/tutorial/images</userinput></screen>
|
||||
install -v -m755 -d /usr/share/doc/gtk+->k2-version;/{faq,tutorial} &&
|
||||
cp -v -R docs/faq/html/* /usr/share/doc/gtk+->k2-version;/faq &&
|
||||
cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+->k2-version;/tutorial</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user