Changeset 0d2d688


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

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

    r2b4d950 r0d2d688  
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6464    href="../common/vim.xml"
    65     xpointer="xpointer(//*[@os='k'])"/>
    66 
    67     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    68     href="../common/vim.xml"
    6965    xpointer="xpointer(//*[@os='l'])"/>
    7066
     
    7268    href="../common/vim.xml"
    7369    xpointer="xpointer(//*[@os='m'])"/>
     70
     71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     72    href="../common/vim.xml"
     73    xpointer="xpointer(//*[@os='m1'])"/>
     74
     75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     76    href="../common/vim.xml"
     77    xpointer="xpointer(//*[@os='m2'])"/>
    7478
    7579    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    r2b4d950 r0d2d688  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20051217">
     3<!ENTITY version "CLFS-SVN-20051219">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1515<!ENTITY version-alpha "&version;-ALPHA">
    1616
    17 <!ENTITY releasedate "December 17, 2005">
     17<!ENTITY releasedate "December 19, 2005">
    1818<!ENTITY milestone "0.1">
    1919<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/common/changelog.xml

    r2b4d950 r0d2d688  
    3838
    3939    <listitem>
     40      <para>December 19, 2005</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>December 17, 2005</para>
    4150      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.