Changeset e8a3404 for general


Ignore:
Timestamp:
10/01/2014 06:15:04 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
38fb1e3
Parents:
843c02a9
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    r843c02a9 re8a3404  
    129129    </para>
    130130
    131 <screen role="root"><userinput>make install</userinput></screen>
     131<screen role="root"><userinput>make install &amp;&amp;
     132mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen>
    132133  </sect2>
    133134
     
    138139      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    139140      to apply higher level of the compiler optimizations.
     141    </para>
     142
     143    <para>
     144      <command>mv -fv ...</command>: Move the documention to a versioned
     145      directory.
    140146    </para>
    141147
     
    158164        </seg>
    159165        <seg>
    160           /usr/include/openobex
     166          /usr/include/openobex,
     167          /usr/lib/cmake/OpenObex-1.7.1, and
     168          /usr/share/doc/openobex-1.7.1
    161169        </seg>
    162170      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.