Changeset dc74128


Ignore:
Timestamp:
Jun 3, 2014, 3:45:36 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
213ad522
Parents:
586e0d4
Message:

Added command explanation to final-system vim

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r586e0d4 rdc74128  
    6666<screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    6767
    68     <para os="l">Many users are accustomed to using <command>vi</command>
     68    <variablelist os="l">
     69      <title>The meaning of the make option:</title>
     70
     71      <varlistentry>
     72        <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term>
     73        <listitem>
     74          <para>Tells Vim to install its documentation into
     75          <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>
     76          instead of
     77          <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para>
     78        </listitem>
     79      </varlistentry>
     80
     81    </variablelist>
     82
     83    <para os="m">Many users are accustomed to using <command>vi</command>
    6984    instead of <command>vim</command>. Some programs, such as
    7085    <command>vigr</command> and <command>vipw</command>, also use
     
    7388    and allow programs that use <command>vi</command> to work:</para>
    7489
    75 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
    76 
    77     <para os="n">If an X Window System is going to be installed on the CLFS
     90<screen os="n"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
     91
     92    <para os="o">If an X Window System is going to be installed on the CLFS
    7893    system, you may want to recompile Vim after installing X. Vim
    7994    comes with a GUI version of the editor that requires X and some
  • BOOK/final-system/multilib/vim.xml

    r586e0d4 rdc74128  
    9090    xpointer="xpointer(//*[@os='n'])"/>
    9191
     92    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     93    href="../common/vim.xml"
     94    xpointer="xpointer(//*[@os='o'])"/>
     95
    9296  </sect2>
    9397
Note: See TracChangeset for help on using the changeset viewer.