Ignore:
Timestamp:
Apr 8, 2014, 7:01:39 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e6fe94de
Parents:
c873165
Message:

Remove link for installed documentation and install documentation into the proper place with HELPSUBLOC variable during make install.

File:
1 edited

Legend:

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

    rc873165 r906f724  
    8181    <para os="j">Install the package:</para>
    8282
    83 <screen os="k"><userinput>make install</userinput></screen>
     83<screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    8484
    8585    <para os="l">Many users are accustomed to using <command>vi</command>
     
    9292<screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
    9393
    94 <para os="n">By default, Vim's documentation is installed in
    95 <filename class="directory">/usr/share/vim</filename>.  The following symlink
    96 allows the documentation to be accessed via
    97 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
    98 it consistent with the location of documentation for other packages:</para>
    99 
    100 <screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    101 
    102     <para os="p">If an X Window System is going to be installed on the CLFS
     94    <para os="n">If an X Window System is going to be installed on the CLFS
    10395    system, you may want to recompile Vim after installing X. Vim
    10496    comes with a GUI version of the editor that requires X and some
     
    166158    <segmentedlist>
    167159      <segtitle>Installed programs</segtitle>
    168       <segtitle>Installed directory</segtitle>
     160      <segtitle>Installed directories</segtitle>
    169161
    170162      <seglistitem>
     
    173165        tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl,
    174166        vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg>
    175         <seg>/usr/share/vim</seg>
     167        <seg>/usr/share/vim, /usr/share/doc/vim-&vim-version;</seg>
    176168      </seglistitem>
    177169    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.