Changeset 46fd248


Ignore:
Timestamp:
01/23/2015 08:48:03 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
24dda0ac
Parents:
61bbfbb
Message:

Fix the build and install order of optional documentation in gdb. Thanks to
Armin for the report.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15375 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r61bbfbb r46fd248  
    102102
    103103    <para>
     104      Optionally, to build the API documentation using
     105      <xref linkend="doxygen"/>, run:
     106    </para>
     107
     108<screen><userinput>make -C gdb/doc doxy</userinput></screen>
     109
     110    <para>
    104111      To test the results, issue: <command>make -k check</command>. There are
    105112      many problems with the test suite. Depends on installed compilers, there
     
    118125
    119126    <para>
    120       Optionally, to build the API documentation using
    121       <xref linkend="doxygen"/>, run:
    122     </para>
    123 
    124 <screen><userinput>make -C gdb/doc doxy</userinput></screen>
    125 
    126     <para>
    127       The API documentation is now in gdb/doc/doxy. You can install it (as
    128       the <systemitem class="username">root</systemitem> user):
     127      If you have built the API documentation, it is now in gdb/doc/doxy.
     128      You can install it (as the <systemitem class="username">root</systemitem>
     129      user):
    129130    </para>
    130131
Note: See TracChangeset for help on using the changeset viewer.