Changeset 9d37710


Ignore:
Timestamp:
10/02/2014 12:36:52 AM (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:
c8bbca10
Parents:
2dedf93
Message:

Update doc directories

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r2dedf93 r9d37710  
    216216    </para>
    217217
    218 <screen role="root"><userinput>make install</userinput></screen>
     218<screen role="root"><userinput>make DOCUMENTATION_PATH=/usr/share/doc/imagemagick-&imagemagick-version; install</userinput></screen>
    219219
    220220    <para>
  • xfce/apps/midori.xml

    r2dedf93 r9d37710  
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
    94 <!--      <xref linkend="libunique"/> or
    95       <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
    9694    </para>
    9795
     
    118116    </para>
    119117
    120 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     118<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr                        \
     119      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
     120      ..  &amp;&amp;
    121121make</userinput></screen>
    122122
     
    137137
    138138    <para>
    139       <option>--enable-gtk3</option>: Use this switch if you want to build
     139      <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
    140140      <application>Midori</application> with
    141141      <application>WebKitGTK+</application> built against <application>GTK+
     
    146146
    147147    <para>
    148       <option>--enable-apidocs</option>: Use this switch if
     148      <option>-DUSE_APIDOCS=1</option>: Use this switch if
    149149      <application>GTK-Doc</application> is installed and you
    150150      wish to build and install the API documentation.
    151     </para>
    152 
    153     <para>
    154       <command>export NOCOLOR=1</command>: This prevents the build
    155       process outputting colored text. Colored text is fine if
    156       you're running the commands in a terminal, but if you compile
    157       it with a script and pipe the output to a log file the control
    158       characters that color the text can makehe log file difficult
    159       to read with a text editor.
    160151    </para>
    161152
Note: See TracChangeset for help on using the changeset viewer.