Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       The <application>CMake</application> package contains a modern 
    34       toolset used for generating Makefiles. It is a successor of the 
     33      The <application>CMake</application> package contains a modern
     34      toolset used for generating Makefiles. It is a successor of the
    3535      auto-generated <command>configure</command> script and aims to
    36       be platform- and compiler-independent. A significant user of 
     36      be platform- and compiler-independent. A significant user of
    3737      <application>CMake</application> is <application>KDE</application>
    3838      since version 4.
     
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="curl"/>, 
    82       <xref linkend="libarchive"/> and 
     81      <xref linkend="curl"/>,
     82      <xref linkend="libarchive"/> and
    8383      <xref linkend="expat"/>
    8484    </para>
     
    126126    <para>
    127127      <option>--system-libs</option>: This switch forces the build system to
    128       link against <application>Zlib</application>, <application>Bzip2</application>, 
    129       <application>cURL</application> and <application>Expat</application> installed 
     128      link against <application>Zlib</application>, <application>Bzip2</application>,
     129      <application>cURL</application> and <application>Expat</application> installed
    130130      on the system.
    131131    </para>
    132    
     132
    133133    <para>
    134134      <option>--qt-gui</option>: This switch enables building of the
     
    161161    </segmentedlist>
    162162
    163    
     163
    164164    <variablelist>
    165165      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    191191        </listitem>
    192192      </varlistentry>
    193      
     193
    194194      <varlistentry id="cmake-gui">
    195195        <term><command>cmake-gui</command></term>
    196196        <listitem>
    197197          <para>
    198             is the <application>Qt</application>-based frontent to 
     198            is the <application>Qt</application>-based frontent to
    199199            <command>cmake</command>.
    200200          </para>
     
    215215          </indexterm>
    216216        </listitem>
    217       </varlistentry>     
    218      
     217      </varlistentry>
     218
    219219      <varlistentry id="ctest">
    220220        <term><command>ctest</command></term>
Note: See TracChangeset for help on using the changeset viewer.