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:
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||||||
</para>
|
</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>
|
||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
@ -139,6 +140,11 @@ make</userinput></screen>
|
|||||||
to apply higher level of the compiler optimizations.
|
to apply higher level of the compiler optimizations.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>mv -fv ...</command>: Move the documention to a versioned
|
||||||
|
directory.
|
||||||
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
@ -157,7 +163,9 @@ make</userinput></screen>
|
|||||||
libopenobex.so
|
libopenobex.so
|
||||||
</seg>
|
</seg>
|
||||||
<seg>
|
<seg>
|
||||||
/usr/include/openobex
|
/usr/include/openobex,
|
||||||
|
/usr/lib/cmake/OpenObex-1.7.1, and
|
||||||
|
/usr/share/doc/openobex-1.7.1
|
||||||
</seg>
|
</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
@ -169,28 +169,28 @@ make</userinput></screen>
|
|||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="vte2_&vte-nano;">
|
<varlistentry id="vte2-&vte-nano;">
|
||||||
<term><command>vte2_&vte-nano;</command></term>
|
<term><command>vte2_&vte-nano;</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
is a test application for the <application>VTE</application>
|
is a test application for the <application>VTE</application>
|
||||||
libraries.
|
libraries.
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="vte vte2_&vte-nano;">
|
<indexterm zone="vte vte2-&vte-nano;">
|
||||||
<primary sortas="b-vte2_&vte-nano;">vte2_&vte-nano;</primary>
|
<primary sortas="b-vte2-&vte-nano;">vte2_&vte-nano;</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="libvte2_&vte-nano;">
|
<varlistentry id="libvte2-&vte-nano;">
|
||||||
<term><filename class="libraryfile">libvte2_&vte-nano;.so</filename></term>
|
<term><filename class="libraryfile">libvte2_&vte-nano;.so</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
is a library which implements a terminal emulator
|
is a library which implements a terminal emulator
|
||||||
widget for <application>GTK+ 3</application>.
|
widget for <application>GTK+ 3</application>.
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="vte libvte2_&vte-nano;">
|
<indexterm zone="vte libvte2-&vte-nano;">
|
||||||
<primary sortas="c-libvte2_&vte-nano;">libvte2_&vte-nano;.so</primary>
|
<primary sortas="c-libvte2-&vte-nano;">libvte2_&vte-nano;.so</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user