Changeset 3f81e97e
- Timestamp:
- Feb 21, 2006, 1:46:33 AM (19 years ago)
- Children:
- b17000e
- Parents:
- 435fd531
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/vim.xml
r435fd531 r3f81e97e 83 83 <para os="i">Install the package:</para> 84 84 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> 105 86 106 87 <para os="l">Many users are used to using <command>vi</command> instead of … … 110 91 111 92 <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 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="m2"><userinput>ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version;</userinput></screen> 112 101 113 102 <para os="n">If an X Window System is going to be installed on the LFS -
final-system/multilib/vim.xml
r435fd531 r3f81e97e 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 64 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"69 65 xpointer="xpointer(//*[@os='l'])"/> 70 66 … … 72 68 href="../common/vim.xml" 73 69 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'])"/> 74 78 75 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
general.ent
r435fd531 r3f81e97e 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2005121 7">3 <!ENTITY version "CLFS-SVN-20051219"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 15 15 <!ENTITY version-alpha "&version;-ALPHA"> 16 16 17 <!ENTITY releasedate "December 1 7, 2005">17 <!ENTITY releasedate "December 19, 2005"> 18 18 <!ENTITY milestone "0.1"> 19 19 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
introduction/common/changelog.xml
r435fd531 r3f81e97e 38 38 39 39 <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> 40 49 <para>December 17, 2005</para> 41 50 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.