Changeset 8bb75cec for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 12:47:32 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 82f7fed
- Parents:
- 3135bd6
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r3135bd6 r8bb75cec 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 -
BOOK/final-system/multilib/vim.xml
r3135bd6 r8bb75cec 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.