mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Other minor fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18354 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2634774c22
commit
8eb6b8be3d
@ -129,8 +129,11 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<!-- /usr/share/doc/openobex is not created if doxygen is not found -->
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen>
|
||||
if [ -d /usr/share/doc/openobex ]; then
|
||||
mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}
|
||||
fi</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
@ -147,8 +150,8 @@ mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>mv -fv ...</command>: Moves the documention to a versioned
|
||||
directory.
|
||||
<command>mv -fv ...</command>: Moves the documentation to a versioned
|
||||
directory, if it has been created.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -78,9 +78,15 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk2"/> or <xref linkend="gtk3"/>.
|
||||
If both are installed, <command>configure</command> defaults to using
|
||||
<application>GTK+ 3</application>.
|
||||
<xref linkend="gtk2"/> or <xref linkend="gtk3"/>
|
||||
(If both are installed, <command>configure</command> defaults to using
|
||||
<application>GTK+ 3</application>)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="desktop-file-utils"/> (for updating the desktop
|
||||
database)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -125,10 +131,8 @@ make</userinput></screen>
|
||||
hierarchy. You can improve system performance and memory usage by
|
||||
updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
|
||||
and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
|
||||
perform the update you must have <xref linkend="gtk2"/> or
|
||||
<xref linkend="gtk3"/> installed (for the icon cache) and
|
||||
<xref linkend="desktop-file-utils"/> (for the desktop cache) and issue
|
||||
the following commands as the
|
||||
perform the update you must have <xref linkend="desktop-file-utils"/>
|
||||
(for the desktop cache) and issue the following commands as the
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
|
||||
<!ENTITY biber-download-ftp " ">
|
||||
<!ENTITY biber-md5sum "md5sum 4956fbf23546b6325647b6c81b2b4bea">
|
||||
<!ENTITY biber-md5sum "4956fbf23546b6325647b6c81b2b4bea">
|
||||
<!ENTITY biber-size "1.3 MB">
|
||||
<!-- buildsize includes the installed biblatex -->
|
||||
<!ENTITY biber-buildsize "36 MB">
|
||||
|
@ -182,7 +182,7 @@ ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>patch ...</command>: This patch updates a build file
|
||||
so that the Xvnc libraries cna be found during the build process.</para>
|
||||
so that the Xvnc libraries can be found during the build process.</para>
|
||||
|
||||
<para><command>tar -xf .. xorg-server...</command>: This command extracts the
|
||||
standard Xorg packages into the tree in a location needed for modification.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user