Changeset 3f81e97e for final-system/common
- Timestamp:
- Feb 21, 2006, 1:46:33 AM (19 years ago)
- Children:
- b17000e
- Parents:
- 435fd531
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.