Ignore:
Timestamp:
Feb 21, 2006, 1:46:33 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:
9aed5b3
Parents:
2b4d950
Message:

r916@server (orig r914): ken | 2005-12-19 12:30:11 -0800
Resolve access to vim's help files, from LFS

File:
1 edited

Legend:

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

    r2b4d950 r0d2d688  
    8383    <para os="i">Install the package:</para>
    8484
    85 <screen os="j"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    86 
    87     <variablelist os="k">
    88       <title>The meaning of the make option:</title>
    89 
    90       <varlistentry>
    91         <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter>
    92         </term>
    93         <listitem>
    94           <para>This defines the directory that Vim's documentation will be
    95             installed in. By default, Vim's documentation is installed in the
    96             <filename class="directory">/usr/share/vim</filename> hierarchy. Other
    97             packages install their documentation in the
    98             <filename class="directory">/usr/share/doc</filename> hierarchy, so the
    99             <parameter>HELPSUBLOC</parameter> option is used to ensure consistency.
    100           </para>
    101         </listitem>
    102       </varlistentry>
    103 
    104     </variablelist>
     85<screen os="j"><userinput>make install</userinput></screen>
    10586
    10687    <para os="l">Many users are used to using <command>vi</command> instead of
     
    11091
    11192<screen os="m"><userinput>ln -s vim /usr/bin/vi</userinput></screen>
     93
     94<para os="m1">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="m2"><userinput>ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version;</userinput></screen>
    112101
    113102    <para os="n">If an X Window System is going to be installed on the LFS
Note: See TracChangeset for help on using the changeset viewer.