Changeset 05efce1


Ignore:
Timestamp:
Apr 9, 2014, 2:25:01 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d0ebf86
Parents:
85be98d
Message:

Moved command explanation for vim from final-system to temp-system

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/vim.xml

    r85be98d r05efce1  
    4949<screen os="e"><userinput>./configure \
    5050    --prefix=/usr --enable-multibyte</userinput></screen>
    51 
    52     <variablelist os="f">
    53       <title>The meaning of the configure options:</title>
    54 
    55       <varlistentry>
    56         <term><parameter>--enable-multibyte</parameter></term>
    57         <listitem>
    58           <para>This optional but highly recommended switch enables support
    59           for editing files in multibyte character encodings. This is needed
    60           if using a locale with a multibyte character set. This switch is
    61           also helpful to be able to edit text files initially created in
    62           Linux distributions like Fedora that use UTF-8 as a default
    63           character set.</para>
    64         </listitem>
    65       </varlistentry>
    66 
    67     </variablelist>
    6851
    6952    <para os="g">Compile the package:</para>
  • BOOK/final-system/multilib/vim.xml

    r85be98d r05efce1  
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5353    href="../common/vim.xml"
    54     xpointer="xpointer(//*[@os='f'])"/>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/vim.xml"
    5854    xpointer="xpointer(//*[@os='g'])"/>
    5955
  • BOOK/temp-system/common/vim.xml

    r85be98d r05efce1  
    6262    --with-tlib=ncurses</userinput></screen>
    6363
     64    <variablelist os="f">
     65      <title>The meaning of the new configure options:</title>
     66
     67      <varlistentry>
     68        <term><parameter>--enable-multibyte</parameter></term>
     69        <listitem>
     70          <para>This optional but highly recommended switch enables support
     71          for editing files in multibyte character encodings. This is needed
     72          if using a locale with a multibyte character set. This switch is
     73          also helpful to be able to edit text files initially created in
     74          Linux distributions like Fedora that use UTF-8 as a default
     75          character set.</para>
     76        </listitem>
     77      </varlistentry>
     78
     79    </variablelist>
     80
    6481    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6582    href="../../final-system/common/vim.xml"
  • BOOK/temp-system/multilib/vim.xml

    r85be98d r05efce1  
    6060    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6161    href="../common/vim.xml"
     62    xpointer="xpointer(//*[@os='f'])"/>
     63
     64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     65    href="../common/vim.xml"
    6266    xpointer="xpointer(//*[@os='g'])"/>
    6367
Note: See TracChangeset for help on using the changeset viewer.