|
@@ -75,7 +75,25 @@ redirecting the output to a log file.</para>
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
-<screen><userinput>make install</userinput></screen>
|
|
|
+<screen><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
|
|
|
+
|
|
|
+<para>The meaning of the make option:</para>
|
|
|
+
|
|
|
+<variablelist>
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter>
|
|
|
+ </term>
|
|
|
+ <listitem>
|
|
|
+ <para>This defines the directory that Vim's documentation will be
|
|
|
+ installed in. By default, Vim's documentation is installed in the
|
|
|
+ <filename class="directory">/usr/share/vim</filename> hierarchy. Other
|
|
|
+ packages install their documentation in the
|
|
|
+ <filename class="directory">/usr/share/doc</filename> hierarchy, so the
|
|
|
+ <parameter>HELPSUBLOC</parameter> option is used to ensure consistency.
|
|
|
+ </para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+</variablelist>
|
|
|
|
|
|
<para>Many users are used to using <command>vi</command> instead of
|
|
|
<command>vim</command>. To allow execution of <command>vim</command>
|