Changeset 19b2d64


Ignore:
Timestamp:
12/29/2020 11:04:43 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ce67d45
Parents:
fffb149
Message:

gtkmm3: Allow it to be built without doxygen.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtkmm3.xml

    rfffb149 r19b2d64  
    102102
    103103meson --prefix=/usr \
    104       -Dbuild-documentation=true &amp;&amp;
     104      ..          &amp;&amp;
    105105
    106106ninja</userinput></screen>
     
    116116    </para>
    117117
    118 <screen role="root"><userinput>ninja install &amp;&amp;
    119 mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</userinput></screen>
     118<screen role="root"><userinput>ninja install</userinput></screen>
     119
     120    <para>
     121      If you have built the documentation (see Command Explanations below) it
     122      was installed to <filename
     123      class="directory">/usr/share/doc/gtkmm-3.0</filename>. For consistency,
     124      move it to a versioned directory as the <systemitem
     125      class="username">root</systemitem> user:
     126    </para>
     127
     128<screen role="nodump">mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</screen>
     129
     130  </sect2>
     131
     132  <sect2 role="commands">
     133    <title>Command Explanations</title>
     134
     135    <para>
     136      <option>-Dbuild-documentation=true</option>: If you have installed
     137      <xref linkend="doxygen"/> this define will build and install the
     138      documentation.
     139    </para>
     140
    120141  </sect2>
    121142
     
    139160          /usr/include/gtkmm-3.0,
    140161          /usr/lib/gdkmm-3.0,
    141           /usr/lib/gtkmm-3.0, and
     162          /usr/lib/gtkmm-3.0, and optionally
    142163          /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
    143164        </seg>
Note: See TracChangeset for help on using the changeset viewer.