Changeset 7d35a9d2 for general


Ignore:
Timestamp:
04/02/2017 06:52:01 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
b4a3599
Parents:
6ca1b179
Message:

API docs do not build for highlight, because there is no shipped Doxyfile.
On the other hand, the gui can be built with Qt5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/highlight.xml

    r6ca1b179 r7d35a9d2  
    99  <!ENTITY highlight-md5sum        "1a7e93d879b007fcd58bde84c4e3576f">
    1010  <!ENTITY highlight-size          "1.1 MB">
    11   <!ENTITY highlight-buildsize     "16 MB (without API docs)">
    12   <!ENTITY highlight-time          "0.7 SBU (without API docs)">
     11  <!ENTITY highlight-buildsize     "16 MB (without gui)">
     12  <!ENTITY highlight-time          "0.7 SBU (without gui)">
    1313]>
    1414
     
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
    83       <xref linkend="doxygen"/> (to build the API documentation)<!--and
    84       <xref linkend="qt4"> (to build the GUI front-end)-->
     83      <!-- make apidocs fails because ther is no Doxyfile
     84      <xref linkend="doxygen"/> (to build the API documentation) and -->
     85      <xref linkend="qt5"/> (to build the GUI front-end)
    8586    </para>
    8687
     
    100101<screen><userinput>make</userinput></screen>
    101102
     103    <para>
     104      To build the <application>Qt5</application> GUI front-end, run the
     105      following command:
     106    </para>
     107
     108<screen><userinput>make gui</userinput></screen>
    102109<!--
    103110    <para>
    104       To build the <application>Qt4</application> GUI front-end, run the
    105       following command:
    106     </para>
    107 
    108 <screen><userinput>make gui</userinput></screen>
     111      To build the API documentation, run the following command:
     112    </para>
     113
     114<screen><userinput>make apidocs</userinput></screen>
    109115-->
    110     <para>
    111       To build the API documentation, run the following command:
    112     </para>
    113 
    114 <screen><userinput>make apidocs</userinput></screen>
    115 
    116116    <para>
    117117      This package does not come with a test suite.
     
    126126<screen role="root"><userinput>make install</userinput></screen>
    127127
    128 <!--    <para>
     128    <para>
    129129      To install the GUI program, run the following command as the
    130130      <systemitem class="username">root</systemitem> user:
     
    132132
    133133<screen role="root"><userinput>make install-gui</userinput></screen>
    134 -->
     134<!--
    135135    <para>
    136136      To install the API documentation, run the following command
     
    139139
    140140<screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen>
    141 
     141-->
    142142  </sect2>
    143143
Note: See TracChangeset for help on using the changeset viewer.