Changeset 8bb75cec


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.

Location:
BOOK
Files:
3 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
  • BOOK/final-system/multilib/vim.xml

    r3135bd6 r8bb75cec  
    8888    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8989    href="../common/vim.xml"
     90    xpointer="xpointer(//*[@os='k1'])"/>
     91
     92    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     93    href="../common/vim.xml"
    9094    xpointer="xpointer(//*[@os='l'])"/>
    9195
  • BOOK/introduction/common/changelog.xml

    r3135bd6 r8bb75cec  
    3030      <itemizedlist>
    3131        <listitem>
    32           <para>[name] - Changelog entry.</para>
     32          <para>[name] - New changelog entry.</para>
    3333        </listitem>
    3434        <listitem>
    35           <para>[name] - Another changelog entry.</para>
     35          <para>[name] - Previous changelog entry.</para>
    3636        </listitem>
    3737      </itemizedlist>
     
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[manuel] - Install Vim's documentation to <filename
     46          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
     47          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
     48          Ported from LFS-SVN.</para>
     49        </listitem>
     50        <listitem>
    4551          <para>[manuel] - Correct the instructions for running the
    46           Mudule-Init-Tools' testsuite.</para>
     52          Mudule-Init-Tools' testsuite. Ported from LFS-SVN.</para>
    4753        </listitem>
    4854      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.