Changeset af98896 for final-system
- Timestamp:
- Feb 21, 2006, 12:47:32 AM (19 years ago)
- Children:
- 531b5e5
- Parents:
- 91b682b
- Location:
- final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/vim.xml
r91b682b raf98896 95 95 <para os="j">Install the package:</para> 96 96 97 <screen os="k"><userinput>make install</userinput></screen> 97 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 98 99 <variablelist os="k1"> 100 <title>The meaning of the make option:</title> 101 102 <varlistentry> 103 <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter> 104 </term> 105 <listitem> 106 <para>This defines the directory that Vim's documentation will be 107 installed in. By default, Vim's documentation is installed in the 108 <filename class="directory">/usr/share/vim</filename> hierarchy. Other 109 packages install their documentation in the 110 <filename class="directory">/usr/share/doc</filename> hierarchy, so the 111 <parameter>HELPSUBLOC</parameter> option is used to ensure consistency. 112 </para> 113 </listitem> 114 </varlistentry> 115 116 </variablelist> 98 117 99 118 <para os="l">Many users are used to using <command>vi</command> instead of -
final-system/multilib/vim.xml
r91b682b raf98896 88 88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 89 89 href="../common/vim.xml" 90 xpointer="xpointer(//*[@os='k1'])"/> 91 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 93 href="../common/vim.xml" 90 94 xpointer="xpointer(//*[@os='l'])"/> 91 95
Note:
See TracChangeset
for help on using the changeset viewer.