Ignore:
File:
1 edited

Legend:

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

    r05efce1 r686839b  
    5050    --prefix=/usr --enable-multibyte</userinput></screen>
    5151
     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>
     68
    5269    <para os="g">Compile the package:</para>
    5370
     
    6481    <para os="j">Install the package:</para>
    6582
    66 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
     83<screen os="k"><userinput>make install</userinput></screen>
    6784
    6885    <para os="l">Many users are accustomed to using <command>vi</command>
     
    7592<screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
    7693
    77     <para os="n">If an X Window System is going to be installed on the CLFS
     94<para os="n">By default, Vim's documentation is installed in
     95<filename class="directory">/usr/share/vim</filename>.  The following symlink
     96allows the documentation to be accessed via
     97<filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
     98it consistent with the location of documentation for other packages:</para>
     99
     100<screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
     101
     102    <para os="p">If an X Window System is going to be installed on the CLFS
    78103    system, you may want to recompile Vim after installing X. Vim
    79104    comes with a GUI version of the editor that requires X and some
     
    141166    <segmentedlist>
    142167      <segtitle>Installed programs</segtitle>
    143       <segtitle>Installed directories</segtitle>
     168      <segtitle>Installed directory</segtitle>
    144169
    145170      <seglistitem>
     
    148173        tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl,
    149174        vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg>
    150         <seg>/usr/share/vim, /usr/share/doc/vim-&vim-version;</seg>
     175        <seg>/usr/share/vim</seg>
    151176      </seglistitem>
    152177    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.