mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix doc directory for openobex.
Fix xml syntax for vte. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14449 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
843c02a903
commit
e8a34046ac
@ -128,7 +128,8 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
@ -139,6 +140,11 @@ make</userinput></screen>
|
||||
to apply higher level of the compiler optimizations.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>mv -fv ...</command>: Move the documention to a versioned
|
||||
directory.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
@ -157,7 +163,9 @@ make</userinput></screen>
|
||||
libopenobex.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/openobex
|
||||
/usr/include/openobex,
|
||||
/usr/lib/cmake/OpenObex-1.7.1, and
|
||||
/usr/share/doc/openobex-1.7.1
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -169,28 +169,28 @@ make</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="vte2_&vte-nano;">
|
||||
<varlistentry id="vte2-&vte-nano;">
|
||||
<term><command>vte2_&vte-nano;</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a test application for the <application>VTE</application>
|
||||
libraries.
|
||||
</para>
|
||||
<indexterm zone="vte vte2_&vte-nano;">
|
||||
<primary sortas="b-vte2_&vte-nano;">vte2_&vte-nano;</primary>
|
||||
<indexterm zone="vte vte2-&vte-nano;">
|
||||
<primary sortas="b-vte2-&vte-nano;">vte2_&vte-nano;</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libvte2_&vte-nano;">
|
||||
<varlistentry id="libvte2-&vte-nano;">
|
||||
<term><filename class="libraryfile">libvte2_&vte-nano;.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a library which implements a terminal emulator
|
||||
widget for <application>GTK+ 3</application>.
|
||||
</para>
|
||||
<indexterm zone="vte libvte2_&vte-nano;">
|
||||
<primary sortas="c-libvte2_&vte-nano;">libvte2_&vte-nano;.so</primary>
|
||||
<indexterm zone="vte libvte2-&vte-nano;">
|
||||
<primary sortas="c-libvte2-&vte-nano;">libvte2_&vte-nano;.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user