Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    r82fedc4 re0e40d3  
    5151<screen os="b"><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5252
    53     <para os="e">Prepare Vim for compilation:</para>
    54 
    55 <screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
    56 
    57     <variablelist os="f">
     53    <para os="c">Prepare Vim for compilation:</para>
     54
     55<screen os="d"><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
     56
     57    <variablelist os="e">
    5858      <title>The meaning of the configure options:</title>
    5959
     
    7272    </variablelist>
    7373
    74     <para os="g">Compile the package:</para>
    75 
    76 <screen os="h"><userinput>make</userinput></screen>
    77 
    78     <para os="i">To test the results, issue: <userinput>make test</userinput>.
     74    <para os="f">Compile the package:</para>
     75
     76<screen os="g"><userinput>make</userinput></screen>
     77
     78    <para os="h">To test the results, issue: <userinput>make test</userinput>.
    7979    However, this test suite outputs a lot of binary data to the
    8080    screen, which can cause issues with the settings of the current terminal.
    8181    This can be resolved by redirecting the output to a log file.</para>
    8282
    83     <para os="j">Install the package:</para>
    84 
    85 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    86 
    87     <variablelist os="k1">
     83    <para os="i">Install the package:</para>
     84
     85<screen os="j"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
     86
     87    <variablelist os="k">
    8888      <title>The meaning of the make option:</title>
    8989
Note: See TracChangeset for help on using the changeset viewer.