Changeset f8d484d


Ignore:
Timestamp:
12/17/2005 05:59:02 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
64aeb1e
Parents:
1bb4eb1
Message:

Symlink Vim's documentation to /usr/share/doc/vim-6.4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1bb4eb1 rf8d484d  
    120120</listitem>
    121121
     122<listitem><para>December 17, 2005 [matt]: Symlink Vim's documentation to
     123/usr/share/doc.  Fixes bug 1610.  Thanks to Randy McMurchy for the original
     124report and to Ken and Jeremy for their investigations into the fix.</para>
     125</listitem>
     126
    122127<listitem><para>December 17, 2005 [matt]: Upgrade to psmisc-21.9</para>
    123128</listitem>
  • chapter06/vim.xml

    r1bb4eb1 rf8d484d  
    7474<para>Install the package:</para>
    7575
    76 <screen><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
    77 
    78 <para>The meaning of the make option:</para>
    79 
    80 <variablelist>
    81   <varlistentry>
    82     <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter>
    83     </term>
    84     <listitem>
    85       <para>This defines the directory that Vim's documentation will be
    86         installed in.  By default, Vim's documentation is installed in the
    87         <filename class="directory">/usr/share/vim</filename> hierarchy. Other
    88         packages install their documentation in the
    89         <filename class="directory">/usr/share/doc</filename> hierarchy, so the
    90         <parameter>HELPSUBLOC</parameter> option is used to ensure consistency.
    91       </para>
    92     </listitem>
    93   </varlistentry>
    94 </variablelist>
     76<screen><userinput>make install</userinput></screen>
    9577
    9678<para>Many users are used to using <command>vi</command> instead of
     
    10082
    10183<screen><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
     84
     85<para>By default, Vim's documentation is installed in
     86<filename class="directory">/usr/share/vim</filename>.  The following symlink
     87allows the documentation to be accessed via
     88<filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
     89it consistent with the location of documentation for other packages:</para>
     90
     91<screen><userinput>ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version;</userinput></screen>
    10292
    10393<para>If an X Window System is going to be installed on the LFS
Note: See TracChangeset for help on using the changeset viewer.