Ignore:
Timestamp:
Feb 21, 2006, 12:47:32 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:
82f7fed
Parents:
3135bd6
Message:

r648@server (orig r646): manuel | 2005-11-07 11:58:49 -0800
Fixed Vim's documentation installation.

File:
1 edited

Legend:

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

    r3135bd6 r8bb75cec  
    9595    <para os="j">Install the package:</para>
    9696
    97 <screen os="k"><userinput>make install</userinput></screen>
     97<screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
     98
     99    <variablelist os="k1">
     100      <title>The meaning of the make option:</title>
     101
     102      <varlistentry>
     103        <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter>
     104        </term>
     105        <listitem>
     106          <para>This defines the directory that Vim's documentation will be
     107            installed in. By default, Vim's documentation is installed in the
     108            <filename class="directory">/usr/share/vim</filename> hierarchy. Other
     109            packages install their documentation in the
     110            <filename class="directory">/usr/share/doc</filename> hierarchy, so the
     111            <parameter>HELPSUBLOC</parameter> option is used to ensure consistency.
     112          </para>
     113        </listitem>
     114      </varlistentry>
     115
     116    </variablelist>
    98117
    99118    <para os="l">Many users are used to using <command>vi</command> instead of
Note: See TracChangeset for help on using the changeset viewer.